Html Css Color HEX #B02924 Fire Brick

📋 copy color: '#B02924'

red 176 ◦ green 41 ◦ blue 36

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

Shades of Fire Brick #B02924

Tints of Fire Brick #B02924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

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

R = 69.57%
G = 16.21%
B = 14.23%

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

#B02924 (or 0xB02924) is known color: Fire Brick. HEX triplet: B0, 29 and 24. RGB value is (176,41,36). Sum of RGB (Red+Green+Blue) = 176+41+36=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B02924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02924 is #4FD6DB. Grayscale: #505050. Windows color (decimal): -5232348 or 2369968. OLE color: 2369968.

HSL color Cylindrical-coordinate representation of color #B02924: hue angle of 2.14º 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 #B02924 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 36 -
CMYK 0 0.77 0.80 0.31
HSL 2.14º 0.66% 0.42% -
HSV(B) 2.14º 0.8% 0.69% -
XYZ 19.02 10.94 2.78 -
YUV 80.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 176 41 36 0 0.77 0.80 0.31 2.14 0.66 0.42
Hex B0 29 24 0 4D 50 1F 2 42 2A
Octal 260 51 44 0 115 120 37 2 102 52
Binary 10110000 101001 100100 0 1001101 1010000 11111 10 1000010 101010

Color Harmonies of #B02924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02924

Black with #B02924

Text Example


Text Example

White with #B02924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02924; }

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

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

background-color css

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

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

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

border-color css

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

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

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