Html Css Color HEX #B82117 Fire Brick

📋 copy color: '#B82117'

red 184 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #B82117

Tints of Fire Brick #B82117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 76.67%
G = 13.75%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B82117 (or 0xB82117) is known color: Fire Brick. HEX triplet: B8, 21 and 17. RGB value is (184,33,23). Sum of RGB (Red+Green+Blue) = 184+33+23=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B82117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82117 is #47DEE8. Grayscale: #4D4D4D. Windows color (decimal): -4710121 or 1515960. OLE color: 1515960.

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

Color convert

RGB 184 33 23 -
CMYK 0 0.82 0.88 0.28
HSL 3.73º 0.78% 0.41% -
HSV(B) 3.73º 0.88% 0.72% -
XYZ 20.47 11.34 1.92 -
YUV 77.01 97.53 204.31 -
System Red Green Blue C M Y K H S L
Decimal 184 33 23 0 0.82 0.88 0.28 3.73 0.78 0.41
Hex B8 21 17 0 52 58 1C 4 4E 29
Octal 270 41 27 0 122 130 34 4 116 51
Binary 10111000 100001 10111 0 1010010 1011000 11100 100 1001110 101001

Color Harmonies of #B82117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82117

Black with #B82117

Text Example


Text Example

White with #B82117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82117; }

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

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

background-color css

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

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

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

border-color css

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

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

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