#C12220

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

Shades of Fire Brick #C12220

Tints of Fire Brick #C12220

Color information

#C12220 (or 0xC12220) is unknown color: approx Fire Brick. HEX triplet: C1, 22 and 20. RGB value is (193,34,32). Sum of RGB (Red+Green+Blue) = 193+34+32=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C12220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12220 is #3EDDDF. Grayscale: #515151. Windows color (decimal): -4120032 or 2106049. OLE color: 2106049.

HSL color Cylindrical-coordinate representation of color #C12220: hue angle of 0.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12220 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB1933432-
CMYK00.820.830.24
HSL0.75º71.56%44.12%-
HSV(B)0.75º83.42%75.69%-
XYZ22.8312.592.59-
YUV81.31100.18207.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 74.52%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=74.52%
G=13.13%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193343200.820.830.240.7571.5644.12
HexC1222005253181482c
Octal3014240012212330111054
Binary110000011000101000000101001010100111100011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12220; }

 p { color: rgb(193,34,32); }

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

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

 a { background-color: rgb(193,34,32); }

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

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

 span { border-color: rgb(193,34,32); }

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