Html Css Color HEX #B72B15 Fire Brick

📋 copy color: '#B72B15'

red 183 ◦ green 43 ◦ blue 21

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

Shades of Fire Brick #B72B15

Tints of Fire Brick #B72B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 74.09%
G = 17.41%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B72B15 (or 0xB72B15) is known color: Fire Brick. HEX triplet: B7, 2B and 15. RGB value is (183,43,21). Sum of RGB (Red+Green+Blue) = 183+43+21=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72B15 is #48D4EA. Grayscale: #525252. Windows color (decimal): -4773099 or 1387447. OLE color: 1387447.

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

Color convert

RGB 183 43 21 -
CMYK 0 0.77 0.89 0.28
HSL 8.15º 0.79% 0.4% -
HSV(B) 8.15º 0.89% 0.72% -
XYZ 20.53 11.85 1.91 -
YUV 82.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 183 43 21 0 0.77 0.89 0.28 8.15 0.79 0.4
Hex B7 2B 15 0 4D 59 1C 8 4F 28
Octal 267 53 25 0 115 131 34 10 117 50
Binary 10110111 101011 10101 0 1001101 1011001 11100 1000 1001111 101000

Color Harmonies of #B72B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72B15

Black with #B72B15

Text Example


Text Example

White with #B72B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72B15; }

 p { color: rgb(183,43,21); }

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

background-color css

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

 a { background-color: rgb(183,43,21); }

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

border-color css

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

 span { border-color: rgb(183,43,21); }

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