Html Css Color HEX #B81613 Fire Brick

📋 copy color: '#B81613'

red 184 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #B81613

Tints of Fire Brick #B81613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.78%

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

R = 81.78%
G = 9.78%
B = 8.44%

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

#B81613 (or 0xB81613) is known color: Fire Brick. HEX triplet: B8, 16 and 13. RGB value is (184,22,19). Sum of RGB (Red+Green+Blue) = 184+22+19=225 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.78% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 184 - color contains mainly: red. Hex color #B81613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81613 is #47E9EC. Grayscale: #464646. Windows color (decimal): -4712941 or 1251000. OLE color: 1251000.

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

Color convert

RGB 184 22 19 -
CMYK 0 0.88 0.90 0.28
HSL 1.09º 0.81% 0.4% -
HSV(B) 1.09º 0.9% 0.72% -
XYZ 20.17 10.81 1.64 -
YUV 70.1 99.17 209.24 -
System Red Green Blue C M Y K H S L
Decimal 184 22 19 0 0.88 0.90 0.28 1.09 0.81 0.4
Hex B8 16 13 0 58 5A 1C 1 51 28
Octal 270 26 23 0 130 132 34 1 121 50
Binary 10111000 10110 10011 0 1011000 1011010 11100 1 1010001 101000

Color Harmonies of #B81613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81613

Black with #B81613

Text Example


Text Example

White with #B81613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81613; }

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

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

background-color css

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

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

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

border-color css

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

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

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