Html Css Color HEX #B72316 Fire Brick

📋 copy color: '#B72316'

red 183 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #B72316

Tints of Fire Brick #B72316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

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

R = 76.25%
G = 14.58%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B72316 (or 0xB72316) is known color: Fire Brick. HEX triplet: B7, 23 and 16. RGB value is (183,35,22). Sum of RGB (Red+Green+Blue) = 183+35+22=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B72316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72316 is #48DCE9. Grayscale: #4D4D4D. Windows color (decimal): -4775146 or 1450935. OLE color: 1450935.

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

Color convert

RGB 183 35 22 -
CMYK 0 0.81 0.88 0.28
HSL 4.84º 0.79% 0.4% -
HSV(B) 4.84º 0.88% 0.72% -
XYZ 20.27 11.33 1.88 -
YUV 77.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 183 35 22 0 0.81 0.88 0.28 4.84 0.79 0.4
Hex B7 23 16 0 51 58 1C 5 4F 28
Octal 267 43 26 0 121 130 34 5 117 50
Binary 10110111 100011 10110 0 1010001 1011000 11100 101 1001111 101000

Color Harmonies of #B72316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72316

Black with #B72316

Text Example


Text Example

White with #B72316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72316; }

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

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

background-color css

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

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

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

border-color css

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

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

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