Html Css Color HEX #B82013 Fire Brick

📋 copy color: '#B82013'

red 184 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #B82013

Tints of Fire Brick #B82013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 78.3%
G = 13.62%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82013 (or 0xB82013) is known color: Fire Brick. HEX triplet: B8, 20 and 13. RGB value is (184,32,19). Sum of RGB (Red+Green+Blue) = 184+32+19=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B82013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82013 is #47DFEC. Grayscale: #4C4C4C. Windows color (decimal): -4710381 or 1253560. OLE color: 1253560.

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

Color convert

RGB 184 32 19 -
CMYK 0 0.83 0.90 0.28
HSL 4.73º 0.81% 0.4% -
HSV(B) 4.73º 0.9% 0.72% -
XYZ 20.4 11.27 1.72 -
YUV 75.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 184 32 19 0 0.83 0.90 0.28 4.73 0.81 0.4
Hex B8 20 13 0 53 5A 1C 5 51 28
Octal 270 40 23 0 123 132 34 5 121 50
Binary 10111000 100000 10011 0 1010011 1011010 11100 101 1010001 101000

Color Harmonies of #B82013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82013

Black with #B82013

Text Example


Text Example

White with #B82013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82013; }

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

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

background-color css

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

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

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

border-color css

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

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

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