Html Css Color HEX #B82716 Fire Brick

📋 copy color: '#B82716'

red 184 ◦ green 39 ◦ blue 22

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

Shades of Fire Brick #B82716

Tints of Fire Brick #B82716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 75.1%
G = 15.92%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B82716 (or 0xB82716) is known color: Fire Brick. HEX triplet: B8, 27 and 16. RGB value is (184,39,22). Sum of RGB (Red+Green+Blue) = 184+39+22=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B82716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82716 is #47D8E9. Grayscale: #505050. Windows color (decimal): -4708586 or 1451960. OLE color: 1451960.

HSL color Cylindrical-coordinate representation of color #B82716: hue angle of 6.3º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B82716 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 39 22 -
CMYK 0 0.79 0.88 0.28
HSL 6.3º 0.79% 0.4% -
HSV(B) 6.3º 0.88% 0.72% -
XYZ 20.64 11.7 1.93 -
YUV 80.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 184 39 22 0 0.79 0.88 0.28 6.3 0.79 0.4
Hex B8 27 16 0 4F 58 1C 6 4F 28
Octal 270 47 26 0 117 130 34 6 117 50
Binary 10111000 100111 10110 0 1001111 1011000 11100 110 1001111 101000

Color Harmonies of #B82716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82716

Black with #B82716

Text Example


Text Example

White with #B82716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82716; }

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

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

background-color css

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

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

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

border-color css

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

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

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