#B61C05

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

Shades of Fire Brick #B61C05

Tints of Fire Brick #B61C05

Color information

#B61C05 (or 0xB61C05) is unknown color: approx Fire Brick. HEX triplet: B6, 1C and 05. RGB value is (182,28,5). Sum of RGB (Red+Green+Blue) = 182+28+5=215 (28% of max value = 765). Red value is 182 (71.48% from 255 or 84.65% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61C05 is #49E3FA. Grayscale: #474747. Windows color (decimal): -4842491 or 335030. OLE color: 335030.

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

Color convert

RGB182285-
CMYK00.850.970.29
HSL7.8º94.65%36.67%-
HSV(B)7.8º97.25%71.37%-
XYZ19.7310.791.19-
YUV71.4290.52206.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 84.65%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=84.65%
G=13.02%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18228500.850.970.297.894.6536.67
HexB61C5055611D85f25
Octal2663450125141351013745
Binary10110110111001010101010111000011110110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61C05; }

 p { color: rgb(182,28,5); }

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

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

 a { background-color: rgb(182,28,5); }

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

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

 span { border-color: rgb(182,28,5); }

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