Html Css Color HEX #B82520 Fire Brick

📋 copy color: '#B82520'

red 184 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #B82520

Tints of Fire Brick #B82520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

 BLUE value IS 32 (12.89% from 255) = 12.65%

R = 72.73%
G = 14.62%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B82520 (or 0xB82520) is known color: Fire Brick. HEX triplet: B8, 25 and 20. RGB value is (184,37,32). Sum of RGB (Red+Green+Blue) = 184+37+32=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B82520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82520 is #47DADF. Grayscale: #505050. Windows color (decimal): -4709088 or 2106808. OLE color: 2106808.

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

Color convert

RGB 184 37 32 -
CMYK 0 0.80 0.83 0.28
HSL 1.97º 0.7% 0.42% -
HSV(B) 1.97º 0.83% 0.72% -
XYZ 20.69 11.62 2.52 -
YUV 80.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 184 37 32 0 0.80 0.83 0.28 1.97 0.7 0.42
Hex B8 25 20 0 50 53 1C 2 46 2A
Octal 270 45 40 0 120 123 34 2 106 52
Binary 10111000 100101 100000 0 1010000 1010011 11100 10 1000110 101010

Color Harmonies of #B82520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82520

Black with #B82520

Text Example


Text Example

White with #B82520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82520; }

 p { color: rgb(184,37,32); }

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

background-color css

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

 a { background-color: rgb(184,37,32); }

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

border-color css

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

 span { border-color: rgb(184,37,32); }

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