#963A28

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

Shades of Fire #963A28

Tints of Fire #963A28

Color information

#963A28 (or 0x963A28) is unknown color: approx Fire. HEX triplet: 96, 3A and 28. RGB value is (150,58,40). Sum of RGB (Red+Green+Blue) = 150+58+40=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #963A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A28 is #69C5D7. Grayscale: #535353. Windows color (decimal): -6931928 or 2636438. OLE color: 2636438.

HSL color Cylindrical-coordinate representation of color #963A28: hue angle of 9.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963A28 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB1505840-
CMYK00.610.730.41
HSL9.82º57.89%37.25%-
HSV(B)9.82º73.33%58.82%-
XYZ14.479.663.11-
YUV83.46103.48175.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.48%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=60.48%
G=23.39%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150584000.610.730.419.8257.8937.25
Hex963A2803D4929a3a25
Octal226725007511151127245
Binary10010110111010101000011110110010011010011010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963A28; }

 p { color: rgb(150,58,40); }

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

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

 a { background-color: rgb(150,58,40); }

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

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

 span { border-color: rgb(150,58,40); }

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