Html Css Color HEX #B82824 Fire Brick

📋 copy color: '#B82824'

red 184 ◦ green 40 ◦ blue 36

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

Shades of Fire Brick #B82824

Tints of Fire Brick #B82824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 70.77%
G = 15.38%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B82824 (or 0xB82824) is known color: Fire Brick. HEX triplet: B8, 28 and 24. RGB value is (184,40,36). Sum of RGB (Red+Green+Blue) = 184+40+36=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B82824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82824 is #47D7DB. Grayscale: #525252. Windows color (decimal): -4708316 or 2369720. OLE color: 2369720.

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

Color convert

RGB 184 40 36 -
CMYK 0 0.78 0.80 0.28
HSL 1.62º 0.67% 0.43% -
HSV(B) 1.62º 0.8% 0.72% -
XYZ 20.84 11.84 2.85 -
YUV 82.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 184 40 36 0 0.78 0.80 0.28 1.62 0.67 0.43
Hex B8 28 24 0 4E 50 1C 2 43 2B
Octal 270 50 44 0 116 120 34 2 103 53
Binary 10111000 101000 100100 0 1001110 1010000 11100 10 1000011 101011

Color Harmonies of #B82824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82824

Black with #B82824

Text Example


Text Example

White with #B82824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82824; }

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

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

background-color css

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

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

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

border-color css

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

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

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