Html Css Color HEX #B82817 Fire Brick

📋 copy color: '#B82817'

red 184 ◦ green 40 ◦ blue 23

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

Shades of Fire Brick #B82817

Tints of Fire Brick #B82817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 74.49%
G = 16.19%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B82817 (or 0xB82817) is known color: Fire Brick. HEX triplet: B8, 28 and 17. RGB value is (184,40,23). Sum of RGB (Red+Green+Blue) = 184+40+23=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B82817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82817 is #47D7E8. Grayscale: #515151. Windows color (decimal): -4708329 or 1517752. OLE color: 1517752.

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

Color convert

RGB 184 40 23 -
CMYK 0 0.78 0.88 0.28
HSL 6.34º 0.78% 0.41% -
HSV(B) 6.34º 0.88% 0.72% -
XYZ 20.68 11.77 1.99 -
YUV 81.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 184 40 23 0 0.78 0.88 0.28 6.34 0.78 0.41
Hex B8 28 17 0 4E 58 1C 6 4E 29
Octal 270 50 27 0 116 130 34 6 116 51
Binary 10111000 101000 10111 0 1001110 1011000 11100 110 1001110 101001

Color Harmonies of #B82817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82817

Black with #B82817

Text Example


Text Example

White with #B82817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82817; }

 p { color: rgb(184,40,23); }

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

background-color css

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

 a { background-color: rgb(184,40,23); }

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

border-color css

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

 span { border-color: rgb(184,40,23); }

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