#C22B38

Color #C22B38 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C22B38

Tints of Brick Red #C22B38

Color information

#C22B38 (or 0xC22B38) is unknown color: approx Brick Red. HEX triplet: C2, 2B and 38. RGB value is (194,43,56). Sum of RGB (Red+Green+Blue) = 194+43+56=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B38 is #3DD4C7. Grayscale: #595959. Windows color (decimal): -4052168 or 3681218. OLE color: 3681218.

HSL color Cylindrical-coordinate representation of color #C22B38: hue angle of 354.83º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B38 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1944356-
CMYK00.780.710.24
HSL354.83º63.71%46.47%-
HSV(B)354.83º77.84%76.08%-
XYZ23.8313.485.09-
YUV89.63109.03202.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 66.21%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=66.21%
G=14.68%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194435600.780.710.24354.8363.7146.47
HexC22B3804E4718163402e
Octal302537001161073054310056
Binary11000010101011111000010011101000111110001011000111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22B38; }

 p { color: rgb(194,43,56); }

 H1.HeaderClassName
 {
   color: #C22B38;
 }
 .AnyTagClassName
 {
   color: #C22B38;
 }
</style>
background-color css

<style>
 a { background-color: #C22B38; }

 a { background-color: rgb(194,43,56); }

 div.DivClassName
 {
   background-color: #C22B38;
 }
 .BgClassName
 {
   background-color: #C22B38;
 }
</style>
border-color css

<style>
 span { border-color: #C22B38; }

 span { border-color: rgb(194,43,56); }

 td.TdClassName
 {
   border-color: #C22B38;
 }
 .TagClassName
 {
   border-color: #C22B38;
 }
</style>