#963A26

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

Shades of Fire #963A26

Tints of Fire #963A26

Color information

#963A26 (or 0x963A26) is unknown color: approx Fire. HEX triplet: 96, 3A and 26. RGB value is (150,58,38). Sum of RGB (Red+Green+Blue) = 150+58+38=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #963A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A26 is #69C5D9. Grayscale: #535353. Windows color (decimal): -6931930 or 2505366. OLE color: 2505366.

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

Color convert

RGB1505838-
CMYK00.610.750.41
HSL10.71º59.57%36.86%-
HSV(B)10.71º74.67%58.82%-
XYZ14.449.652.94-
YUV83.23102.48175.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 38 (15.23% from 255) = 15.45%
R=60.98%
G=23.58%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150583800.610.750.4110.7159.5736.86
Hex963A2603D4B29b3c25
Octal226724607511351137445
Binary10010110111010100110011110110010111010011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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