Html Css Color HEX #B72213 Fire Brick

📋 copy color: '#B72213'

red 183 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #B72213

Tints of Fire Brick #B72213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 77.54%
G = 14.41%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B72213 (or 0xB72213) is known color: Fire Brick. HEX triplet: B7, 22 and 13. RGB value is (183,34,19). Sum of RGB (Red+Green+Blue) = 183+34+19=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B72213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72213 is #48DDEC. Grayscale: #4D4D4D. Windows color (decimal): -4775405 or 1254071. OLE color: 1254071.

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

Color convert

RGB 183 34 19 -
CMYK 0 0.81 0.90 0.28
HSL 5.49º 0.81% 0.4% -
HSV(B) 5.49º 0.9% 0.72% -
XYZ 20.22 11.26 1.72 -
YUV 76.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 183 34 19 0 0.81 0.90 0.28 5.49 0.81 0.4
Hex B7 22 13 0 51 5A 1C 5 51 28
Octal 267 42 23 0 121 132 34 5 121 50
Binary 10110111 100010 10011 0 1010001 1011010 11100 101 1010001 101000

Color Harmonies of #B72213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72213

Black with #B72213

Text Example


Text Example

White with #B72213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72213; }

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

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

background-color css

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

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

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

border-color css

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

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

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