Html Css Color HEX #C01810 Fire Brick

📋 copy color: '#C01810'

red 192 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #C01810

Tints of Fire Brick #C01810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 82.76%
G = 10.34%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01810 (or 0xC01810) is known color: Fire Brick. HEX triplet: C0, 18 and 10. RGB value is (192,24,16). Sum of RGB (Red+Green+Blue) = 192+24+16=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C01810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01810 is #3FE7EF. Grayscale: #494949. Windows color (decimal): -4188144 or 1054912. OLE color: 1054912.

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

Color convert

RGB 192 24 16 -
CMYK 0 0.88 0.92 0.25
HSL 2.73º 0.85% 0.41% -
HSV(B) 2.73º 0.92% 0.75% -
XYZ 22.16 11.9 1.62 -
YUV 73.32 95.66 212.65 -
System Red Green Blue C M Y K H S L
Decimal 192 24 16 0 0.88 0.92 0.25 2.73 0.85 0.41
Hex C0 18 10 0 58 5C 19 3 55 29
Octal 300 30 20 0 130 134 31 3 125 51
Binary 11000000 11000 10000 0 1011000 1011100 11001 11 1010101 101001

Color Harmonies of #C01810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01810

Black with #C01810

Text Example


Text Example

White with #C01810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01810; }

 p { color: rgb(192,24,16); }

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

background-color css

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

 a { background-color: rgb(192,24,16); }

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

border-color css

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

 span { border-color: rgb(192,24,16); }

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