Html Css Color HEX #B72616 Fire Brick

📋 copy color: '#B72616'

red 183 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #B72616

Tints of Fire Brick #B72616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 75.31%
G = 15.64%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B72616 (or 0xB72616) is known color: Fire Brick. HEX triplet: B7, 26 and 16. RGB value is (183,38,22). Sum of RGB (Red+Green+Blue) = 183+38+22=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B72616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72616 is #48D9E9. Grayscale: #4F4F4F. Windows color (decimal): -4774378 or 1451703. OLE color: 1451703.

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

Color convert

RGB 183 38 22 -
CMYK 0 0.79 0.88 0.28
HSL 5.96º 0.79% 0.4% -
HSV(B) 5.96º 0.88% 0.72% -
XYZ 20.37 11.51 1.91 -
YUV 79.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 183 38 22 0 0.79 0.88 0.28 5.96 0.79 0.4
Hex B7 26 16 0 4F 58 1C 6 4F 28
Octal 267 46 26 0 117 130 34 6 117 50
Binary 10110111 100110 10110 0 1001111 1011000 11100 110 1001111 101000

Color Harmonies of #B72616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72616

Black with #B72616

Text Example


Text Example

White with #B72616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72616; }

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

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

background-color css

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

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

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

border-color css

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

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

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