Html Css Color HEX #B72115 Fire Brick

📋 copy color: '#B72115'

red 183 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #B72115

Tints of Fire Brick #B72115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

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

R = 77.22%
G = 13.92%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B72115 (or 0xB72115) is known color: Fire Brick. HEX triplet: B7, 21 and 15. RGB value is (183,33,21). Sum of RGB (Red+Green+Blue) = 183+33+21=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B72115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72115 is #48DEEA. Grayscale: #4C4C4C. Windows color (decimal): -4775659 or 1384887. OLE color: 1384887.

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

Color convert

RGB 183 33 21 -
CMYK 0 0.82 0.89 0.28
HSL 4.44º 0.79% 0.4% -
HSV(B) 4.44º 0.89% 0.72% -
XYZ 20.21 11.21 1.81 -
YUV 76.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 183 33 21 0 0.82 0.89 0.28 4.44 0.79 0.4
Hex B7 21 15 0 52 59 1C 4 4F 28
Octal 267 41 25 0 122 131 34 4 117 50
Binary 10110111 100001 10101 0 1010010 1011001 11100 100 1001111 101000

Color Harmonies of #B72115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72115

Black with #B72115

Text Example


Text Example

White with #B72115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72115; }

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

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

background-color css

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

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

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

border-color css

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

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

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