Html Css Color HEX #B72516 Fire Brick

📋 copy color: '#B72516'

red 183 ◦ green 37 ◦ blue 22

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

Shades of Fire Brick #B72516

Tints of Fire Brick #B72516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

 BLUE value IS 22 (8.98% from 255) = 9.09%

R = 75.62%
G = 15.29%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B72516 (or 0xB72516) is known color: Fire Brick. HEX triplet: B7, 25 and 16. RGB value is (183,37,22). Sum of RGB (Red+Green+Blue) = 183+37+22=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B72516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72516 is #48DAE9. Grayscale: #4F4F4F. Windows color (decimal): -4774634 or 1451447. OLE color: 1451447.

HSL color Cylindrical-coordinate representation of color #B72516: hue angle of 5.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B72516 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 37 22 -
CMYK 0 0.80 0.88 0.28
HSL 5.59º 0.79% 0.4% -
HSV(B) 5.59º 0.88% 0.72% -
XYZ 20.33 11.45 1.9 -
YUV 78.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 183 37 22 0 0.80 0.88 0.28 5.59 0.79 0.4
Hex B7 25 16 0 50 58 1C 6 4F 28
Octal 267 45 26 0 120 130 34 6 117 50
Binary 10110111 100101 10110 0 1010000 1011000 11100 110 1001111 101000

Color Harmonies of #B72516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72516

Black with #B72516

Text Example


Text Example

White with #B72516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72516; }

 p { color: rgb(183,37,22); }

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

background-color css

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

 a { background-color: rgb(183,37,22); }

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

border-color css

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

 span { border-color: rgb(183,37,22); }

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