Html Css Color HEX #B72019 Fire Brick

📋 copy color: '#B72019'

red 183 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #B72019

Tints of Fire Brick #B72019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 76.25%
G = 13.33%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B72019 (or 0xB72019) is known color: Fire Brick. HEX triplet: B7, 20 and 19. RGB value is (183,32,25). Sum of RGB (Red+Green+Blue) = 183+32+25=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B72019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72019 is #48DFE6. Grayscale: #4C4C4C. Windows color (decimal): -4775911 or 1646775. OLE color: 1646775.

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

Color convert

RGB 183 32 25 -
CMYK 0 0.83 0.86 0.28
HSL 2.66º 0.76% 0.41% -
HSV(B) 2.66º 0.86% 0.72% -
XYZ 20.22 11.17 2.01 -
YUV 76.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 183 32 25 0 0.83 0.86 0.28 2.66 0.76 0.41
Hex B7 20 19 0 53 56 1C 3 4C 29
Octal 267 40 31 0 123 126 34 3 114 51
Binary 10110111 100000 11001 0 1010011 1010110 11100 11 1001100 101001

Color Harmonies of #B72019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72019

Black with #B72019

Text Example


Text Example

White with #B72019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72019; }

 p { color: rgb(183,32,25); }

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

background-color css

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

 a { background-color: rgb(183,32,25); }

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

border-color css

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

 span { border-color: rgb(183,32,25); }

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