Html Css Color HEX #B81713 Fire Brick

📋 copy color: '#B81713'

red 184 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #B81713

Tints of Fire Brick #B81713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 81.42%
G = 10.18%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B81713 (or 0xB81713) is known color: Fire Brick. HEX triplet: B8, 17 and 13. RGB value is (184,23,19). Sum of RGB (Red+Green+Blue) = 184+23+19=226 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.42% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 184 - color contains mainly: red. Hex color #B81713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81713 is #47E8EC. Grayscale: #464646. Windows color (decimal): -4712685 or 1251256. OLE color: 1251256.

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

Color convert

RGB 184 23 19 -
CMYK 0 0.88 0.90 0.28
HSL 1.45º 0.81% 0.4% -
HSV(B) 1.45º 0.9% 0.72% -
XYZ 20.19 10.85 1.65 -
YUV 70.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 184 23 19 0 0.88 0.90 0.28 1.45 0.81 0.4
Hex B8 17 13 0 58 5A 1C 1 51 28
Octal 270 27 23 0 130 132 34 1 121 50
Binary 10111000 10111 10011 0 1011000 1011010 11100 1 1010001 101000

Color Harmonies of #B81713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81713

Black with #B81713

Text Example


Text Example

White with #B81713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81713; }

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

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

background-color css

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

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

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

border-color css

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

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

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