Html Css Color HEX #B82611 Fire Brick

📋 copy color: '#B82611'

red 184 ◦ green 38 ◦ blue 17

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

Shades of Fire Brick #B82611

Tints of Fire Brick #B82611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.9%

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

R = 76.99%
G = 15.9%
B = 7.11%

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

#B82611 (or 0xB82611) is known color: Fire Brick. HEX triplet: B8, 26 and 11. RGB value is (184,38,17). Sum of RGB (Red+Green+Blue) = 184+38+17=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B82611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82611 is #47D9EE. Grayscale: #4F4F4F. Windows color (decimal): -4708847 or 1124024. OLE color: 1124024.

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

Color convert

RGB 184 38 17 -
CMYK 0 0.79 0.91 0.28
HSL 7.54º 0.83% 0.39% -
HSV(B) 7.54º 0.91% 0.72% -
XYZ 20.56 11.62 1.69 -
YUV 79.26 92.87 202.71 -
System Red Green Blue C M Y K H S L
Decimal 184 38 17 0 0.79 0.91 0.28 7.54 0.83 0.39
Hex B8 26 11 0 4F 5B 1C 8 53 27
Octal 270 46 21 0 117 133 34 10 123 47
Binary 10111000 100110 10001 0 1001111 1011011 11100 1000 1010011 100111

Color Harmonies of #B82611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82611

Black with #B82611

Text Example


Text Example

White with #B82611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82611; }

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

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

background-color css

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

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

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

border-color css

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

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

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