Html Css Color HEX #C01B0F Fire Brick

📋 copy color: '#C01B0F'

red 192 ◦ green 27 ◦ blue 15

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

Shades of Fire Brick #C01B0F

Tints of Fire Brick #C01B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 82.05%
G = 11.54%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01B0F (or 0xC01B0F) is known color: Fire Brick. HEX triplet: C0, 1B and 0F. RGB value is (192,27,15). Sum of RGB (Red+Green+Blue) = 192+27+15=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01B0F is #3FE4F0. Grayscale: #4B4B4B. Windows color (decimal): -4187377 or 990144. OLE color: 990144.

HSL color Cylindrical-coordinate representation of color #C01B0F: hue angle of 4.07º degrees, saturation: 0.86, 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 #C01B0F is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 27 15 -
CMYK 0 0.86 0.92 0.25
HSL 4.07º 0.86% 0.41% -
HSV(B) 4.07º 0.92% 0.75% -
XYZ 22.22 12.02 1.6 -
YUV 74.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 192 27 15 0 0.86 0.92 0.25 4.07 0.86 0.41
Hex C0 1B F 0 56 5C 19 4 56 29
Octal 300 33 17 0 126 134 31 4 126 51
Binary 11000000 11011 1111 0 1010110 1011100 11001 100 1010110 101001

Color Harmonies of #C01B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01B0F

Black with #C01B0F

Text Example


Text Example

White with #C01B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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