Html Css Color HEX #B72015 Fire Brick

📋 copy color: '#B72015'

red 183 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #B72015

Tints of Fire Brick #B72015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 77.54%
G = 13.56%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B72015 (or 0xB72015) is known color: Fire Brick. HEX triplet: B7, 20 and 15. RGB value is (183,32,21). Sum of RGB (Red+Green+Blue) = 183+32+21=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B72015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72015 is #48DFEA. Grayscale: #4C4C4C. Windows color (decimal): -4775915 or 1384631. OLE color: 1384631.

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

Color convert

RGB 183 32 21 -
CMYK 0 0.83 0.89 0.28
HSL 4.07º 0.79% 0.4% -
HSV(B) 4.07º 0.89% 0.72% -
XYZ 20.18 11.15 1.8 -
YUV 75.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 183 32 21 0 0.83 0.89 0.28 4.07 0.79 0.4
Hex B7 20 15 0 53 59 1C 4 4F 28
Octal 267 40 25 0 123 131 34 4 117 50
Binary 10110111 100000 10101 0 1010011 1011001 11100 100 1001111 101000

Color Harmonies of #B72015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72015

Black with #B72015

Text Example


Text Example

White with #B72015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72015; }

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

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

background-color css

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

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

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

border-color css

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

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

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