#A30628

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

Shades of Carmine #A30628

Tints of Carmine #A30628

Color information

#A30628 (or 0xA30628) is unknown color: approx Carmine. HEX triplet: A3, 06 and 28. RGB value is (163,6,40). Sum of RGB (Red+Green+Blue) = 163+6+40=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A30628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30628 is #5CF9D7. Grayscale: #383838. Windows color (decimal): -6093272 or 2623139. OLE color: 2623139.

HSL color Cylindrical-coordinate representation of color #A30628: hue angle of 347.01º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30628 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB163640-
CMYK00.960.750.36
HSL347.01º92.9%33.14%-
HSV(B)347.01º96.32%63.92%-
XYZ15.558.072.75-
YUV56.82118.51203.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 77.99%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 40 (16.02% from 255) = 19.14%
R=77.99%
G=2.87%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16364000.960.750.36347.0192.933.14
HexA36280604B2415b5d21
Octal24365001401134453313541
Binary101000111101010000110000010010111001001010110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30628; }

 p { color: rgb(163,6,40); }

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

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

 a { background-color: rgb(163,6,40); }

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

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

 span { border-color: rgb(163,6,40); }

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