Html Css Color HEX #B81E09 Fire Brick

📋 copy color: '#B81E09'

red 184 ◦ green 30 ◦ blue 9

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

Shades of Fire Brick #B81E09

Tints of Fire Brick #B81E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.45%

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

R = 82.51%
G = 13.45%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B81E09 (or 0xB81E09) is known color: Fire Brick. HEX triplet: B8, 1E and 09. RGB value is (184,30,9). Sum of RGB (Red+Green+Blue) = 184+30+9=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E09 is #47E1F6. Grayscale: #494949. Windows color (decimal): -4710903 or 597688. OLE color: 597688.

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

Color convert

RGB 184 30 9 -
CMYK 0 0.84 0.95 0.28
HSL 7.2º 0.91% 0.38% -
HSV(B) 7.2º 0.95% 0.72% -
XYZ 20.28 11.14 1.34 -
YUV 73.65 91.52 206.71 -
System Red Green Blue C M Y K H S L
Decimal 184 30 9 0 0.84 0.95 0.28 7.2 0.91 0.38
Hex B8 1E 9 0 54 5F 1C 7 5B 26
Octal 270 36 11 0 124 137 34 7 133 46
Binary 10111000 11110 1001 0 1010100 1011111 11100 111 1011011 100110

Color Harmonies of #B81E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E09

Black with #B81E09

Text Example


Text Example

White with #B81E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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