#953B2A

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

Shades of Fire #953B2A

Tints of Fire #953B2A

Color information

#953B2A (or 0x953B2A) is unknown color: approx Fire. HEX triplet: 95, 3B and 2A. RGB value is (149,59,42). Sum of RGB (Red+Green+Blue) = 149+59+42=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #953B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B2A is #6AC4D5. Grayscale: #545454. Windows color (decimal): -6997206 or 2767765. OLE color: 2767765.

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

Color convert

RGB1495942-
CMYK00.600.720.42
HSL9.53º56.02%37.45%-
HSV(B)9.53º71.81%58.43%-
XYZ14.389.683.3-
YUV83.97104.32174.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.6%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=59.6%
G=23.6%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149594200.600.720.429.5356.0237.45
Hex953B2A03C482Aa3825
Octal225735207411052127045
Binary10010101111011101010011110010010001010101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,59,42); }

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

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

 a { background-color: rgb(149,59,42); }

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

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

 span { border-color: rgb(149,59,42); }

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