Html Css Color HEX #B82217 Fire Brick

📋 copy color: '#B82217'

red 184 ◦ green 34 ◦ blue 23

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

Shades of Fire Brick #B82217

Tints of Fire Brick #B82217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

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

R = 76.35%
G = 14.11%
B = 9.54%

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

#B82217 (or 0xB82217) is known color: Fire Brick. HEX triplet: B8, 22 and 17. RGB value is (184,34,23). Sum of RGB (Red+Green+Blue) = 184+34+23=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B82217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82217 is #47DDE8. Grayscale: #4D4D4D. Windows color (decimal): -4709865 or 1516216. OLE color: 1516216.

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

Color convert

RGB 184 34 23 -
CMYK 0 0.82 0.88 0.28
HSL 4.1º 0.78% 0.41% -
HSV(B) 4.1º 0.88% 0.72% -
XYZ 20.49 11.4 1.93 -
YUV 77.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 184 34 23 0 0.82 0.88 0.28 4.1 0.78 0.41
Hex B8 22 17 0 52 58 1C 4 4E 29
Octal 270 42 27 0 122 130 34 4 116 51
Binary 10111000 100010 10111 0 1010010 1011000 11100 100 1001110 101001

Color Harmonies of #B82217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82217

Black with #B82217

Text Example


Text Example

White with #B82217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82217; }

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

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

background-color css

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

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

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

border-color css

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

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

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