Html Css Color HEX #B72924 Fire Brick

📋 copy color: '#B72924'

red 183 ◦ green 41 ◦ blue 36

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

Shades of Fire Brick #B72924

Tints of Fire Brick #B72924

RGB

 RED value IS 183 (71.88% from 255) = 70.38%

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

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

R = 70.38%
G = 15.77%
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

#B72924 (or 0xB72924) is known color: Fire Brick. HEX triplet: B7, 29 and 24. RGB value is (183,41,36). Sum of RGB (Red+Green+Blue) = 183+41+36=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B72924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72924 is #48D6DB. Grayscale: #535353. Windows color (decimal): -4773596 or 2369975. OLE color: 2369975.

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

Color convert

RGB 183 41 36 -
CMYK 0 0.78 0.80 0.28
HSL 2.04º 0.67% 0.43% -
HSV(B) 2.04º 0.8% 0.72% -
XYZ 20.64 11.78 2.86 -
YUV 82.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 183 41 36 0 0.78 0.80 0.28 2.04 0.67 0.43
Hex B7 29 24 0 4E 50 1C 2 43 2B
Octal 267 51 44 0 116 120 34 2 103 53
Binary 10110111 101001 100100 0 1001110 1010000 11100 10 1000011 101011

Color Harmonies of #B72924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72924

Black with #B72924

Text Example


Text Example

White with #B72924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72924; }

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

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

background-color css

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

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

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

border-color css

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

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

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