Html Css Color HEX #B81310 Fire Brick

📋 copy color: '#B81310'

red 184 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #B81310

Tints of Fire Brick #B81310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 84.02%
G = 8.68%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B81310 (or 0xB81310) is known color: Fire Brick. HEX triplet: B8, 13 and 10. RGB value is (184,19,16). Sum of RGB (Red+Green+Blue) = 184+19+16=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B81310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81310 is #47ECEF. Grayscale: #444444. Windows color (decimal): -4713712 or 1053624. OLE color: 1053624.

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

Color convert

RGB 184 19 16 -
CMYK 0 0.90 0.91 0.28
HSL 1.07º 0.84% 0.39% -
HSV(B) 1.07º 0.91% 0.72% -
XYZ 20.09 10.69 1.5 -
YUV 67.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 184 19 16 0 0.90 0.91 0.28 1.07 0.84 0.39
Hex B8 13 10 0 5A 5B 1C 1 54 27
Octal 270 23 20 0 132 133 34 1 124 47
Binary 10111000 10011 10000 0 1011010 1011011 11100 1 1010100 100111

Color Harmonies of #B81310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81310

Black with #B81310

Text Example


Text Example

White with #B81310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81310; }

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

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

background-color css

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

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

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

border-color css

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

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

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