Html Css Color HEX #B72111 Fire Brick

📋 copy color: '#B72111'

red 183 ◦ green 33 ◦ blue 17

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

Shades of Fire Brick #B72111

Tints of Fire Brick #B72111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 78.54%
G = 14.16%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B72111 (or 0xB72111) is known color: Fire Brick. HEX triplet: B7, 21 and 11. RGB value is (183,33,17). Sum of RGB (Red+Green+Blue) = 183+33+17=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B72111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72111 is #48DEEE. Grayscale: #4C4C4C. Windows color (decimal): -4775663 or 1122743. OLE color: 1122743.

HSL color Cylindrical-coordinate representation of color #B72111: hue angle of 5.78º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B72111 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 17 -
CMYK 0 0.82 0.91 0.28
HSL 5.78º 0.83% 0.39% -
HSV(B) 5.78º 0.91% 0.72% -
XYZ 20.17 11.2 1.63 -
YUV 76.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 183 33 17 0 0.82 0.91 0.28 5.78 0.83 0.39
Hex B7 21 11 0 52 5B 1C 6 53 27
Octal 267 41 21 0 122 133 34 6 123 47
Binary 10110111 100001 10001 0 1010010 1011011 11100 110 1010011 100111

Color Harmonies of #B72111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72111

Black with #B72111

Text Example


Text Example

White with #B72111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72111; }

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

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

background-color css

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

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

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

border-color css

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

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

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