#C01B0E

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

Shades of Fire Brick #C01B0E

Tints of Fire Brick #C01B0E

Color information

#C01B0E (or 0xC01B0E) is unknown color: approx Fire Brick. HEX triplet: C0, 1B and 0E. RGB value is (192,27,14). Sum of RGB (Red+Green+Blue) = 192+27+14=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01B0E is #3FE4F1. Grayscale: #4B4B4B. Windows color (decimal): -4187378 or 924608. OLE color: 924608.

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

Color convert

RGB1922714-
CMYK00.860.930.25
HSL4.38º86.41%40.39%-
HSV(B)4.38º92.71%75.29%-
XYZ22.2112.021.57-
YUV74.8593.66211.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 82.40%
GREEN value IS 27 (10.94% from 255) = 11.59%
BLUE value IS 14 (5.86% from 255) = 6.01%
R=82.40%
G=11.59%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192271400.860.930.254.3886.4140.39
HexC01BE0565D1945628
Octal3003316012613531412650
Binary11000000110111110010101101011101110011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01B0E; }

 p { color: rgb(192,27,14); }

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

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

 a { background-color: rgb(192,27,14); }

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

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

 span { border-color: rgb(192,27,14); }

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