#B61A09

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

Shades of Fire Brick #B61A09

Tints of Fire Brick #B61A09

Color information

#B61A09 (or 0xB61A09) is unknown color: approx Fire Brick. HEX triplet: B6, 1A and 09. RGB value is (182,26,9). Sum of RGB (Red+Green+Blue) = 182+26+9=217 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.87% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61A09 is #49E5F6. Grayscale: #464646. Windows color (decimal): -4842999 or 596662. OLE color: 596662.

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

Color convert

RGB182269-
CMYK00.860.950.29
HSL5.9º90.58%37.45%-
HSV(B)5.9º95.05%71.37%-
XYZ19.7110.71.29-
YUV70.7193.18207.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 83.87%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 9 (3.91% from 255) = 4.15%
R=83.87%
G=11.98%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18226900.860.950.295.990.5837.45
HexB61A90565F1D65b25
Octal2663211012613735613345
Binary10110110110101001010101101011111111011101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61A09; }

 p { color: rgb(182,26,9); }

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

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

 a { background-color: rgb(182,26,9); }

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

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

 span { border-color: rgb(182,26,9); }

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