Html Css Color HEX #B01A09 Fire Brick

📋 copy color: '#B01A09'

red 176 ◦ green 26 ◦ blue 9

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

Shades of Fire Brick #B01A09

Tints of Fire Brick #B01A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

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

R = 83.41%
G = 12.32%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B01A09 (or 0xB01A09) is known color: Fire Brick. HEX triplet: B0, 1A and 09. RGB value is (176,26,9). Sum of RGB (Red+Green+Blue) = 176+26+9=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B01A09 is #4FE5F6. Grayscale: #454545. Windows color (decimal): -5236215 or 596656. OLE color: 596656.

HSL color Cylindrical-coordinate representation of color #B01A09: hue angle of 6.11º 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 #B01A09 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 9 -
CMYK 0 0.85 0.95 0.31
HSL 6.11º 0.9% 0.36% -
HSV(B) 6.11º 0.95% 0.69% -
XYZ 18.32 9.99 1.22 -
YUV 68.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 176 26 9 0 0.85 0.95 0.31 6.11 0.9 0.36
Hex B0 1A 9 0 55 5F 1F 6 5A 24
Octal 260 32 11 0 125 137 37 6 132 44
Binary 10110000 11010 1001 0 1010101 1011111 11111 110 1011010 100100

Color Harmonies of #B01A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A09

Black with #B01A09

Text Example


Text Example

White with #B01A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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