#B61E09

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

Shades of Fire Brick #B61E09

Tints of Fire Brick #B61E09

Color information

#B61E09 (or 0xB61E09) is unknown color: approx Fire Brick. HEX triplet: B6, 1E and 09. RGB value is (182,30,9). Sum of RGB (Red+Green+Blue) = 182+30+9=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61E09 is #49E1F6. Grayscale: #494949. Windows color (decimal): -4841975 or 597686. OLE color: 597686.

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

Color convert

RGB182309-
CMYK00.840.950.29
HSL7.28º90.58%37.45%-
HSV(B)7.28º95.05%71.37%-
XYZ19.810.891.32-
YUV73.0591.86205.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.35%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=82.35%
G=13.57%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18230900.840.950.297.2890.5837.45
HexB61E90545F1D75b25
Octal2663611012413735713345
Binary10110110111101001010101001011111111011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61E09; }

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

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

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

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

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

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

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

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