#963A23

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

Shades of Fire #963A23

Tints of Fire #963A23

Color information

#963A23 (or 0x963A23) is unknown color: approx Fire. HEX triplet: 96, 3A and 23. RGB value is (150,58,35). Sum of RGB (Red+Green+Blue) = 150+58+35=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #963A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A23 is #69C5DC. Grayscale: #535353. Windows color (decimal): -6931933 or 2308758. OLE color: 2308758.

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

Color convert

RGB1505835-
CMYK00.610.770.41
HSL12º62.16%36.27%-
HSV(B)12º76.67%58.82%-
XYZ14.399.632.69-
YUV82.89100.98175.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 35 (14.06% from 255) = 14.40%
R=61.73%
G=23.87%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150583500.610.770.411262.1636.27
Hex963A2303D4D29c3e24
Octal226724307511551147644
Binary10010110111010100011011110110011011010011100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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