Html Css Color HEX #B81514 Fire Brick

📋 copy color: '#B81514'

red 184 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #B81514

Tints of Fire Brick #B81514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

 BLUE value IS 20 (8.2% from 255) = 8.89%

R = 81.78%
G = 9.33%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B81514 (or 0xB81514) is known color: Fire Brick. HEX triplet: B8, 15 and 14. RGB value is (184,21,20). Sum of RGB (Red+Green+Blue) = 184+21+20=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B81514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81514 is #47EAEB. Grayscale: #454545. Windows color (decimal): -4713196 or 1316280. OLE color: 1316280.

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

Color convert

RGB 184 21 20 -
CMYK 0 0.89 0.89 0.28
HSL 0.37º 0.8% 0.4% -
HSV(B) 0.37º 0.89% 0.72% -
XYZ 20.16 10.78 1.68 -
YUV 69.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 184 21 20 0 0.89 0.89 0.28 0.37 0.8 0.4
Hex B8 15 14 0 59 59 1C 0 50 28
Octal 270 25 24 0 131 131 34 0 120 50
Binary 10111000 10101 10100 0 1011001 1011001 11100 0 1010000 101000

Color Harmonies of #B81514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81514

Black with #B81514

Text Example


Text Example

White with #B81514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81514; }

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

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

background-color css

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

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

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

border-color css

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

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

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