#B61710

Color #B61710 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B61710

Tints of Fire Brick #B61710

Color information

#B61710 (or 0xB61710) is unknown color: approx Fire Brick. HEX triplet: B6, 17 and 10. RGB value is (182,23,16). Sum of RGB (Red+Green+Blue) = 182+23+16=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B61710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61710 is #49E8EF. Grayscale: #454545. Windows color (decimal): -4843760 or 1054646. OLE color: 1054646.

HSL color Cylindrical-coordinate representation of color #B61710: hue angle of 2.53º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61710 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1822316-
CMYK00.870.910.29
HSL2.53º83.84%38.82%-
HSV(B)2.53º91.21%71.37%-
XYZ19.6910.61.5-
YUV69.7497.68208.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.35%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=82.35%
G=10.41%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182231600.870.910.292.5383.8438.82
HexB617100575B1D35427
Octal2662720012713335312447
Binary10110110101111000001010111101101111101111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61710; }

 p { color: rgb(182,23,16); }

 H1.HeaderClassName
 {
   color: #B61710;
 }
 .AnyTagClassName
 {
   color: #B61710;
 }
</style>
background-color css

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

 a { background-color: rgb(182,23,16); }

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

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

 span { border-color: rgb(182,23,16); }

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