Html Css Color HEX #B82312 Fire Brick

📋 copy color: '#B82312'

red 184 ◦ green 35 ◦ blue 18

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

Shades of Fire Brick #B82312

Tints of Fire Brick #B82312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 77.64%
G = 14.77%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82312 (or 0xB82312) is known color: Fire Brick. HEX triplet: B8, 23 and 12. RGB value is (184,35,18). Sum of RGB (Red+Green+Blue) = 184+35+18=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B82312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82312 is #47DCED. Grayscale: #4D4D4D. Windows color (decimal): -4709614 or 1188792. OLE color: 1188792.

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

Color convert

RGB 184 35 18 -
CMYK 0 0.81 0.90 0.28
HSL 6.14º 0.82% 0.4% -
HSV(B) 6.14º 0.9% 0.72% -
XYZ 20.48 11.44 1.7 -
YUV 77.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 184 35 18 0 0.81 0.90 0.28 6.14 0.82 0.4
Hex B8 23 12 0 51 5A 1C 6 52 28
Octal 270 43 22 0 121 132 34 6 122 50
Binary 10111000 100011 10010 0 1010001 1011010 11100 110 1010010 101000

Color Harmonies of #B82312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82312

Black with #B82312

Text Example


Text Example

White with #B82312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82312; }

 p { color: rgb(184,35,18); }

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

background-color css

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

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

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

border-color css

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

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

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