Html Css Color HEX #B81512 Fire Brick

📋 copy color: '#B81512'

red 184 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #B81512

Tints of Fire Brick #B81512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 82.51%
G = 9.42%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81512 (or 0xB81512) is known color: Fire Brick. HEX triplet: B8, 15 and 12. RGB value is (184,21,18). Sum of RGB (Red+Green+Blue) = 184+21+18=223 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.51% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 184 - color contains mainly: red. Hex color #B81512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81512 is #47EAED. Grayscale: #454545. Windows color (decimal): -4713198 or 1185208. OLE color: 1185208.

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

Color convert

RGB 184 21 18 -
CMYK 0 0.89 0.90 0.28
HSL 1.08º 0.82% 0.4% -
HSV(B) 1.08º 0.9% 0.72% -
XYZ 20.14 10.77 1.59 -
YUV 69.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 184 21 18 0 0.89 0.90 0.28 1.08 0.82 0.4
Hex B8 15 12 0 59 5A 1C 1 52 28
Octal 270 25 22 0 131 132 34 1 122 50
Binary 10111000 10101 10010 0 1011001 1011010 11100 1 1010010 101000

Color Harmonies of #B81512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81512

Black with #B81512

Text Example


Text Example

White with #B81512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81512; }

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

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

background-color css

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

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

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

border-color css

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

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

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