Html Css Color HEX #B81B09 Fire Brick

📋 copy color: '#B81B09'

red 184 ◦ green 27 ◦ blue 9

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

Shades of Fire Brick #B81B09

Tints of Fire Brick #B81B09

RGB

 RED value IS 184 (72.27% from 255) = 83.64%

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

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

R = 83.64%
G = 12.27%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B81B09 (or 0xB81B09) is known color: Fire Brick. HEX triplet: B8, 1B and 09. RGB value is (184,27,9). Sum of RGB (Red+Green+Blue) = 184+27+9=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81B09 is #47E4F6. Grayscale: #484848. Windows color (decimal): -4711671 or 596920. OLE color: 596920.

HSL color Cylindrical-coordinate representation of color #B81B09: hue angle of 6.17º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B81B09 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 27 9 -
CMYK 0 0.85 0.95 0.28
HSL 6.17º 0.91% 0.38% -
HSV(B) 6.17º 0.95% 0.72% -
XYZ 20.21 10.99 1.32 -
YUV 71.89 92.51 207.96 -
System Red Green Blue C M Y K H S L
Decimal 184 27 9 0 0.85 0.95 0.28 6.17 0.91 0.38
Hex B8 1B 9 0 55 5F 1C 6 5B 26
Octal 270 33 11 0 125 137 34 6 133 46
Binary 10111000 11011 1001 0 1010101 1011111 11100 110 1011011 100110

Color Harmonies of #B81B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B09

Black with #B81B09

Text Example


Text Example

White with #B81B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B09; }

 p { color: rgb(184,27,9); }

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

background-color css

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

 a { background-color: rgb(184,27,9); }

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

border-color css

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

 span { border-color: rgb(184,27,9); }

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