Html Css Color HEX #C01612 Fire Brick

📋 copy color: '#C01612'

red 192 ◦ green 22 ◦ blue 18

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

Shades of Fire Brick #C01612

Tints of Fire Brick #C01612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.48%

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

R = 82.76%
G = 9.48%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C01612 (or 0xC01612) is known color: Fire Brick. HEX triplet: C0, 16 and 12. RGB value is (192,22,18). Sum of RGB (Red+Green+Blue) = 192+22+18=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C01612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01612 is #3FE9ED. Grayscale: #484848. Windows color (decimal): -4188654 or 1185472. OLE color: 1185472.

HSL color Cylindrical-coordinate representation of color #C01612: hue angle of 1.38º 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 #C01612 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 18 -
CMYK 0 0.89 0.91 0.25
HSL 1.38º 0.83% 0.41% -
HSV(B) 1.38º 0.91% 0.75% -
XYZ 22.13 11.82 1.69 -
YUV 72.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 192 22 18 0 0.89 0.91 0.25 1.38 0.83 0.41
Hex C0 16 12 0 59 5B 19 1 53 29
Octal 300 26 22 0 131 133 31 1 123 51
Binary 11000000 10110 10010 0 1011001 1011011 11001 1 1010011 101001

Color Harmonies of #C01612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01612

Black with #C01612

Text Example


Text Example

White with #C01612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01612; }

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

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

background-color css

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

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

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

border-color css

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

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

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