#A30022

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

Shades of Carmine #A30022

Tints of Carmine #A30022

Color information

#A30022 (or 0xA30022) is unknown color: approx Carmine. HEX triplet: A3, 00 and 22. RGB value is (163,0,34). Sum of RGB (Red+Green+Blue) = 163+0+34=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A30022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30022 is #5CFFDD. Grayscale: #343434. Windows color (decimal): -6094814 or 2228387. OLE color: 2228387.

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

Color convert

RGB163034-
CMYK010.790.36
HSL347.48º100%31.96%-
HSV(B)347.48º100%63.92%-
XYZ15.397.92.23-
YUV52.61117.5206.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 82.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=82.74%
G=0%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163034010.790.36347.4810031.96
HexA30220644F2415b6420
Octal24304201441174453314440
Binary1010001101000100110010010011111001001010110111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30022; }

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

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

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

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

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

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

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

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