#A30523

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

Shades of Carmine #A30523

Tints of Carmine #A30523

Color information

#A30523 (or 0xA30523) is unknown color: approx Carmine. HEX triplet: A3, 05 and 23. RGB value is (163,5,35). Sum of RGB (Red+Green+Blue) = 163+5+35=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A30523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30523 is #5CFADC. Grayscale: #373737. Windows color (decimal): -6093533 or 2295203. OLE color: 2295203.

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

Color convert

RGB163535-
CMYK00.970.790.36
HSL348.61º94.05%32.94%-
HSV(B)348.61º96.93%63.92%-
XYZ15.468.022.32-
YUV55.66116.35204.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.30%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=80.30%
G=2.46%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16353500.970.790.36348.6194.0532.94
HexA35230614F2415d5e21
Octal24354301411174453513641
Binary101000111011000110110000110011111001001010111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30523; }

 p { color: rgb(163,5,35); }

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

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

 a { background-color: rgb(163,5,35); }

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

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

 span { border-color: rgb(163,5,35); }

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