Html Css Color HEX #B01C09 Fire Brick

📋 copy color: '#B01C09'

red 176 ◦ green 28 ◦ blue 9

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

Shades of Fire Brick #B01C09

Tints of Fire Brick #B01C09

RGB

 RED value IS 176 (69.14% from 255) = 82.63%

 GREEN value IS 28 (11.33% from 255) = 13.15%

 BLUE value IS 9 (3.91% from 255) = 4.23%

R = 82.63%
G = 13.15%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B01C09 (or 0xB01C09) is known color: Fire Brick. HEX triplet: B0, 1C and 09. RGB value is (176,28,9). Sum of RGB (Red+Green+Blue) = 176+28+9=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01C09 is #4FE3F6. Grayscale: #464646. Windows color (decimal): -5235703 or 597168. OLE color: 597168.

HSL color Cylindrical-coordinate representation of color #B01C09: hue angle of 6.83º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B01C09 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 28 9 -
CMYK 0 0.84 0.95 0.31
HSL 6.83º 0.9% 0.36% -
HSV(B) 6.83º 0.95% 0.69% -
XYZ 18.37 10.08 1.24 -
YUV 70.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 176 28 9 0 0.84 0.95 0.31 6.83 0.9 0.36
Hex B0 1C 9 0 54 5F 1F 7 5A 24
Octal 260 34 11 0 124 137 37 7 132 44
Binary 10110000 11100 1001 0 1010100 1011111 11111 111 1011010 100100

Color Harmonies of #B01C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C09

Black with #B01C09

Text Example


Text Example

White with #B01C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C09; }

 p { color: rgb(176,28,9); }

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

background-color css

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

 a { background-color: rgb(176,28,9); }

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

border-color css

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

 span { border-color: rgb(176,28,9); }

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