#B61B10

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

Shades of Fire Brick #B61B10

Tints of Fire Brick #B61B10

Color information

#B61B10 (or 0xB61B10) is unknown color: approx Fire Brick. HEX triplet: B6, 1B and 10. RGB value is (182,27,16). Sum of RGB (Red+Green+Blue) = 182+27+16=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61B10 is #49E4EF. Grayscale: #484848. Windows color (decimal): -4842736 or 1055670. OLE color: 1055670.

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

Color convert

RGB1822716-
CMYK00.850.910.29
HSL3.98º83.84%38.82%-
HSV(B)3.98º91.21%71.37%-
XYZ19.7810.771.53-
YUV72.0996.35206.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.89%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=80.89%
G=12%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182271600.850.910.293.9883.8438.82
HexB61B100555B1D45427
Octal2663320012513335412447
Binary101101101101110000010101011011011111011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B10; }

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

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

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

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

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

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

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

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