#993A1A

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

Shades of Fire #993A1A

Tints of Fire #993A1A

Color information

#993A1A (or 0x993A1A) is unknown color: approx Fire. HEX triplet: 99, 3A and 1A. RGB value is (153,58,26). Sum of RGB (Red+Green+Blue) = 153+58+26=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #993A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993A1A is #66C5E5. Grayscale: #525252. Windows color (decimal): -6735334 or 1718937. OLE color: 1718937.

HSL color Cylindrical-coordinate representation of color #993A1A: hue angle of 15.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #993A1A is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB1535826-
CMYK00.620.830.4
HSL15.12º70.95%35.1%-
HSV(B)15.12º83.01%60%-
XYZ14.849.872.1-
YUV82.7695.97178.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=64.56%
G=24.47%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153582600.620.830.415.1270.9535.1
Hex993A1A03E5328f4723
Octal2317232076123501710743
Binary10011001111010110100111110101001110100011111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993A1A; }

 p { color: rgb(153,58,26); }

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

<style>
 a { background-color: #993A1A; }

 a { background-color: rgb(153,58,26); }

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

<style>
 span { border-color: #993A1A; }

 span { border-color: rgb(153,58,26); }

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