#A30822

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

Shades of Carmine #A30822

Tints of Carmine #A30822

Color information

#A30822 (or 0xA30822) is unknown color: approx Carmine. HEX triplet: A3, 08 and 22. RGB value is (163,8,34). Sum of RGB (Red+Green+Blue) = 163+8+34=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A30822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30822 is #5CF7DD. Grayscale: #393939. Windows color (decimal): -6092766 or 2230435. OLE color: 2230435.

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

Color convert

RGB163834-
CMYK00.950.790.36
HSL349.94º90.64%33.53%-
HSV(B)349.94º95.09%63.92%-
XYZ15.488.082.26-
YUV57.31114.85203.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.51%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 34 (13.67% from 255) = 16.59%
R=79.51%
G=3.90%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16383400.950.790.36349.9490.6433.53
HexA382205F4F2415e5b22
Octal243104201371174453613342
Binary1010001110001000100101111110011111001001010111101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30822; }

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

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

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

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

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

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

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

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