#953C1B

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

Shades of Fire #953C1B

Tints of Fire #953C1B

Color information

#953C1B (or 0x953C1B) is unknown color: approx Fire. HEX triplet: 95, 3C and 1B. RGB value is (149,60,27). Sum of RGB (Red+Green+Blue) = 149+60+27=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #953C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C1B is #6AC3E4. Grayscale: #535353. Windows color (decimal): -6996965 or 1784981. OLE color: 1784981.

HSL color Cylindrical-coordinate representation of color #953C1B: hue angle of 16.23º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #953C1B is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1496027-
CMYK00.600.820.42
HSL16.23º69.32%34.51%-
HSV(B)16.23º81.88%58.43%-
XYZ14.219.72.16-
YUV82.8596.49175.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 60 (23.83% from 255) = 25.42%
BLUE value IS 27 (10.94% from 255) = 11.44%
R=63.14%
G=25.42%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149602700.600.820.4216.2369.3234.51
Hex953C1B03C522A104523
Octal2257433074122522010543
Binary100101011111001101101111001010010101010100001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953C1B; }

 p { color: rgb(149,60,27); }

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

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

 a { background-color: rgb(149,60,27); }

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

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

 span { border-color: rgb(149,60,27); }

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