Html Css Color HEX #B72110 Fire Brick

📋 copy color: '#B72110'

red 183 ◦ green 33 ◦ blue 16

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

Shades of Fire Brick #B72110

Tints of Fire Brick #B72110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 78.88%
G = 14.22%
B = 6.9%

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

#B72110 (or 0xB72110) is known color: Fire Brick. HEX triplet: B7, 21 and 10. RGB value is (183,33,16). Sum of RGB (Red+Green+Blue) = 183+33+16=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B72110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72110 is #48DEEF. Grayscale: #4C4C4C. Windows color (decimal): -4775664 or 1057207. OLE color: 1057207.

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

Color convert

RGB 183 33 16 -
CMYK 0 0.82 0.91 0.28
HSL 6.11º 0.84% 0.39% -
HSV(B) 6.11º 0.91% 0.72% -
XYZ 20.17 11.19 1.59 -
YUV 75.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 183 33 16 0 0.82 0.91 0.28 6.11 0.84 0.39
Hex B7 21 10 0 52 5B 1C 6 54 27
Octal 267 41 20 0 122 133 34 6 124 47
Binary 10110111 100001 10000 0 1010010 1011011 11100 110 1010100 100111

Color Harmonies of #B72110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72110

Black with #B72110

Text Example


Text Example

White with #B72110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72110; }

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

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

background-color css

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

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

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

border-color css

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

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

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