#C22A37

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

Shades of Brick Red #C22A37

Tints of Brick Red #C22A37

Color information

#C22A37 (or 0xC22A37) is unknown color: approx Brick Red. HEX triplet: C2, 2A and 37. RGB value is (194,42,55). Sum of RGB (Red+Green+Blue) = 194+42+55=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A37 is #3DD5C8. Grayscale: #595959. Windows color (decimal): -4052425 or 3615426. OLE color: 3615426.

HSL color Cylindrical-coordinate representation of color #C22A37: hue angle of 354.87º 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 #C22A37 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB1944255-
CMYK00.780.720.24
HSL354.87º64.41%46.27%-
HSV(B)354.87º78.35%76.08%-
XYZ23.7713.44.95-
YUV88.93108.86202.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.67%
GREEN value IS 42 (16.80% from 255) = 14.43%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=66.67%
G=14.43%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194425500.780.720.24354.8764.4146.27
HexC22A3704E4818163402e
Octal302526701161103054310056
Binary11000010101010110111010011101001000110001011000111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A37; }

 p { color: rgb(194,42,55); }

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

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

 a { background-color: rgb(194,42,55); }

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

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

 span { border-color: rgb(194,42,55); }

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