#a03350

Color #A03350 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #A03350

Tints of Night Shadz #A03350

Color information

#A03350 (or 0xA03350) is unknown color: approx Night Shadz. HEX triplet: A0, 33 and 50. RGB value is (160,51,80). Sum of RGB (Red+Green+Blue) = 160+51+80=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A03350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03350 is #5FCCAF. Grayscale: #565656. Windows color (decimal): -6278320 or 5256096. OLE color: 5256096.

HSL color Cylindrical-coordinate representation of color #A03350: hue angle of 344.04º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03350 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB1605180-
CMYK00.680.50.37
HSL344.04º51.66%41.37%-
HSV(B)344.04º68.12%62.75%-
XYZ17.1310.428.7-
YUV86.9124.11180.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.98%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=54.98%
G=17.53%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160518000.680.50.37344.0451.6641.37
HexA0335004432251583429
Octal24063120010462455306451
Binary10100000110011101000001000100110010100101101011000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03350; }

 p { color: rgb(160,51,80); }

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

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

 a { background-color: rgb(160,51,80); }

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

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

 span { border-color: rgb(160,51,80); }

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