Html Css Color HEX #B72214 Fire Brick

📋 copy color: '#B72214'

red 183 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #B72214

Tints of Fire Brick #B72214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 77.22%
G = 14.35%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B72214 (or 0xB72214) is known color: Fire Brick. HEX triplet: B7, 22 and 14. RGB value is (183,34,20). Sum of RGB (Red+Green+Blue) = 183+34+20=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B72214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72214 is #48DDEB. Grayscale: #4D4D4D. Windows color (decimal): -4775404 or 1319607. OLE color: 1319607.

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

Color convert

RGB 183 34 20 -
CMYK 0 0.81 0.89 0.28
HSL 5.15º 0.8% 0.4% -
HSV(B) 5.15º 0.89% 0.72% -
XYZ 20.23 11.26 1.77 -
YUV 76.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 183 34 20 0 0.81 0.89 0.28 5.15 0.8 0.4
Hex B7 22 14 0 51 59 1C 5 50 28
Octal 267 42 24 0 121 131 34 5 120 50
Binary 10110111 100010 10100 0 1010001 1011001 11100 101 1010000 101000

Color Harmonies of #B72214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72214

Black with #B72214

Text Example


Text Example

White with #B72214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72214; }

 p { color: rgb(183,34,20); }

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

background-color css

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

 a { background-color: rgb(183,34,20); }

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

border-color css

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

 span { border-color: rgb(183,34,20); }

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