Html Css Color HEX #C01B16 Fire Brick

📋 copy color: '#C01B16'

red 192 ◦ green 27 ◦ blue 22

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

Shades of Fire Brick #C01B16

Tints of Fire Brick #C01B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.2%

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 79.67%
G = 11.2%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C01B16 (or 0xC01B16) is known color: Fire Brick. HEX triplet: C0, 1B and 16. RGB value is (192,27,22). Sum of RGB (Red+Green+Blue) = 192+27+22=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01B16 is #3FE4E9. Grayscale: #4B4B4B. Windows color (decimal): -4187370 or 1448896. OLE color: 1448896.

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

Color convert

RGB 192 27 22 -
CMYK 0 0.86 0.89 0.25
HSL 1.76º 0.79% 0.42% -
HSV(B) 1.76º 0.89% 0.75% -
XYZ 22.27 12.05 1.91 -
YUV 75.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 192 27 22 0 0.86 0.89 0.25 1.76 0.79 0.42
Hex C0 1B 16 0 56 59 19 2 4F 2A
Octal 300 33 26 0 126 131 31 2 117 52
Binary 11000000 11011 10110 0 1010110 1011001 11001 10 1001111 101010

Color Harmonies of #C01B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01B16

Black with #C01B16

Text Example


Text Example

White with #C01B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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