Html Css Color HEX #B82711 Fire Brick

📋 copy color: '#B82711'

red 184 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #B82711

Tints of Fire Brick #B82711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 76.67%
G = 16.25%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B82711 (or 0xB82711) is known color: Fire Brick. HEX triplet: B8, 27 and 11. RGB value is (184,39,17). Sum of RGB (Red+Green+Blue) = 184+39+17=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B82711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82711 is #47D8EE. Grayscale: #505050. Windows color (decimal): -4708591 or 1124280. OLE color: 1124280.

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

Color convert

RGB 184 39 17 -
CMYK 0 0.79 0.91 0.28
HSL 7.9º 0.83% 0.39% -
HSV(B) 7.9º 0.91% 0.72% -
XYZ 20.59 11.68 1.7 -
YUV 79.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 184 39 17 0 0.79 0.91 0.28 7.9 0.83 0.39
Hex B8 27 11 0 4F 5B 1C 8 53 27
Octal 270 47 21 0 117 133 34 10 123 47
Binary 10111000 100111 10001 0 1001111 1011011 11100 1000 1010011 100111

Color Harmonies of #B82711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82711

Black with #B82711

Text Example


Text Example

White with #B82711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82711; }

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

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

background-color css

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

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

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

border-color css

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

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

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