Html Css Color HEX #B81313 Fire Brick

📋 copy color: '#B81313'

red 184 ◦ green 19 ◦ blue 19

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

Shades of Fire Brick #B81313

Tints of Fire Brick #B81313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.56%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 82.88%
G = 8.56%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81313 (or 0xB81313) is known color: Fire Brick. HEX triplet: B8, 13 and 13. RGB value is (184,19,19). Sum of RGB (Red+Green+Blue) = 184+19+19=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B81313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81313 is #47ECEC. Grayscale: #444444. Windows color (decimal): -4713709 or 1250232. OLE color: 1250232.

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

Color convert

RGB 184 19 19 -
CMYK 0 0.90 0.90 0.28
HSL 0.81% 0.4% -
HSV(B) 0.9% 0.72% -
XYZ 20.12 10.7 1.62 -
YUV 68.34 100.16 210.5 -
System Red Green Blue C M Y K H S L
Decimal 184 19 19 0 0.90 0.90 0.28 0 0.81 0.4
Hex B8 13 13 0 5A 5A 1C 0 51 28
Octal 270 23 23 0 132 132 34 0 121 50
Binary 10111000 10011 10011 0 1011010 1011010 11100 0 1010001 101000

Color Harmonies of #B81313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81313

Black with #B81313

Text Example


Text Example

White with #B81313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81313; }

 p { color: rgb(184,19,19); }

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

background-color css

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

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

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

border-color css

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

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

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