Html Css Color HEX #B81E15 Fire Brick

📋 copy color: '#B81E15'

red 184 ◦ green 30 ◦ blue 21

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

Shades of Fire Brick #B81E15

Tints of Fire Brick #B81E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 78.3%
G = 12.77%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B81E15 (or 0xB81E15) is known color: Fire Brick. HEX triplet: B8, 1E and 15. RGB value is (184,30,21). Sum of RGB (Red+Green+Blue) = 184+30+21=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B81E15 is #47E1EA. Grayscale: #4B4B4B. Windows color (decimal): -4710891 or 1384120. OLE color: 1384120.

HSL color Cylindrical-coordinate representation of color #B81E15: hue angle of 3.31º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81E15 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 30 21 -
CMYK 0 0.84 0.89 0.28
HSL 3.31º 0.8% 0.4% -
HSV(B) 3.31º 0.89% 0.72% -
XYZ 20.37 11.17 1.79 -
YUV 75.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 184 30 21 0 0.84 0.89 0.28 3.31 0.8 0.4
Hex B8 1E 15 0 54 59 1C 3 50 28
Octal 270 36 25 0 124 131 34 3 120 50
Binary 10111000 11110 10101 0 1010100 1011001 11100 11 1010000 101000

Color Harmonies of #B81E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E15

Black with #B81E15

Text Example


Text Example

White with #B81E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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