#A3002B

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

Shades of Carmine #A3002B

Tints of Carmine #A3002B

Color information

#A3002B (or 0xA3002B) is unknown color: approx Carmine. HEX triplet: A3, 00 and 2B. RGB value is (163,0,43). Sum of RGB (Red+Green+Blue) = 163+0+43=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A3002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3002B is #5CFFD4. Grayscale: #353535. Windows color (decimal): -6094805 or 2818211. OLE color: 2818211.

HSL color Cylindrical-coordinate representation of color #A3002B: hue angle of 344.17º 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 #A3002B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB163043-
CMYK010.740.36
HSL344.17º100%31.96%-
HSV(B)344.17º100%63.92%-
XYZ15.547.963-
YUV53.64122206-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=79.13%
G=0%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163043010.740.36344.1710031.96
HexA302B0644A241586420
Octal24305301441124453014440
Binary1010001101010110110010010010101001001010110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3002B; }

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

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

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

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

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

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

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

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