#A30026

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

Shades of Carmine #A30026

Tints of Carmine #A30026

Color information

#A30026 (or 0xA30026) is unknown color: approx Carmine. HEX triplet: A3, 00 and 26. RGB value is (163,0,38). Sum of RGB (Red+Green+Blue) = 163+0+38=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A30026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30026 is #5CFFD9. Grayscale: #353535. Windows color (decimal): -6094810 or 2490531. OLE color: 2490531.

HSL color Cylindrical-coordinate representation of color #A30026: hue angle of 346.01º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30026 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB163038-
CMYK010.770.36
HSL346.01º100%31.96%-
HSV(B)346.01º100%63.92%-
XYZ15.457.932.55-
YUV53.07119.5206.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 81.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=81.09%
G=0%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163038010.770.36346.0110031.96
HexA30260644D2415a6420
Octal24304601441154453214440
Binary1010001101001100110010010011011001001010110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30026; }

 p { color: rgb(163,0,38); }

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

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

 a { background-color: rgb(163,0,38); }

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

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

 span { border-color: rgb(163,0,38); }

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