Html Css Color HEX #C02112 Fire Brick

📋 copy color: '#C02112'

red 192 ◦ green 33 ◦ blue 18

#C02112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #C02112

Tints of Fire Brick #C02112

RGB

 RED value IS 192 (75.39% from 255) = 79.01%

 GREEN value IS 33 (13.28% from 255) = 13.58%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 79.01%
G = 13.58%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C02112 (or 0xC02112) is known color: Fire Brick. HEX triplet: C0, 21 and 12. RGB value is (192,33,18). Sum of RGB (Red+Green+Blue) = 192+33+18=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C02112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02112 is #3FDEED. Grayscale: #4F4F4F. Windows color (decimal): -4185838 or 1188288. OLE color: 1188288.

HSL color Cylindrical-coordinate representation of color #C02112: hue angle of 5.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C02112 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 18 -
CMYK 0 0.83 0.91 0.25
HSL 5.17º 0.83% 0.41% -
HSV(B) 5.17º 0.91% 0.75% -
XYZ 22.39 12.34 1.77 -
YUV 78.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 192 33 18 0 0.83 0.91 0.25 5.17 0.83 0.41
Hex C0 21 12 0 53 5B 19 5 53 29
Octal 300 41 22 0 123 133 31 5 123 51
Binary 11000000 100001 10010 0 1010011 1011011 11001 101 1010011 101001

Color Harmonies of #C02112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02112

Black with #C02112

Text Example


Text Example

White with #C02112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02112; }

 p { color: rgb(192,33,18); }

 H1.HeaderClassName
 {
   color: #C02112;
 }
 .AnyTagClassName
 {
   color: #C02112;
 }
</style>

background-color css

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

 a { background-color: rgb(192,33,18); }

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

border-color css

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

 span { border-color: rgb(192,33,18); }

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