Html Css Color HEX #B02824 Fire Brick

📋 copy color: '#B02824'

red 176 ◦ green 40 ◦ blue 36

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

Shades of Fire Brick #B02824

Tints of Fire Brick #B02824

RGB

 RED value IS 176 (69.14% from 255) = 69.84%

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

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

R = 69.84%
G = 15.87%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B02824 (or 0xB02824) is known color: Fire Brick. HEX triplet: B0, 28 and 24. RGB value is (176,40,36). Sum of RGB (Red+Green+Blue) = 176+40+36=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B02824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02824 is #4FD7DB. Grayscale: #505050. Windows color (decimal): -5232604 or 2369712. OLE color: 2369712.

HSL color Cylindrical-coordinate representation of color #B02824: hue angle of 1.71º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02824 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 36 -
CMYK 0 0.77 0.80 0.31
HSL 1.71º 0.66% 0.42% -
HSV(B) 1.71º 0.8% 0.69% -
XYZ 18.98 10.88 2.77 -
YUV 80.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 176 40 36 0 0.77 0.80 0.31 1.71 0.66 0.42
Hex B0 28 24 0 4D 50 1F 2 42 2A
Octal 260 50 44 0 115 120 37 2 102 52
Binary 10110000 101000 100100 0 1001101 1010000 11111 10 1000010 101010

Color Harmonies of #B02824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02824

Black with #B02824

Text Example


Text Example

White with #B02824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02824; }

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

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

background-color css

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

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

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

border-color css

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

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

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