Html Css Color HEX #B72610 Fire Brick

📋 copy color: '#B72610'

red 183 ◦ green 38 ◦ blue 16

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

Shades of Fire Brick #B72610

Tints of Fire Brick #B72610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 77.22%
G = 16.03%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B72610 (or 0xB72610) is known color: Fire Brick. HEX triplet: B7, 26 and 10. RGB value is (183,38,16). Sum of RGB (Red+Green+Blue) = 183+38+16=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B72610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72610 is #48D9EF. Grayscale: #4F4F4F. Windows color (decimal): -4774384 or 1058487. OLE color: 1058487.

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

Color convert

RGB 183 38 16 -
CMYK 0 0.79 0.91 0.28
HSL 7.9º 0.84% 0.39% -
HSV(B) 7.9º 0.91% 0.72% -
XYZ 20.32 11.49 1.64 -
YUV 78.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 183 38 16 0 0.79 0.91 0.28 7.9 0.84 0.39
Hex B7 26 10 0 4F 5B 1C 8 54 27
Octal 267 46 20 0 117 133 34 10 124 47
Binary 10110111 100110 10000 0 1001111 1011011 11100 1000 1010100 100111

Color Harmonies of #B72610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72610

Black with #B72610

Text Example


Text Example

White with #B72610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72610; }

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

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

background-color css

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

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

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

border-color css

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

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

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