#A10330

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

Shades of Carmine #A10330

Tints of Carmine #A10330

Color information

#A10330 (or 0xA10330) is unknown color: approx Carmine. HEX triplet: A1, 03 and 30. RGB value is (161,3,48). Sum of RGB (Red+Green+Blue) = 161+3+48=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A10330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10330 is #5EFCCF. Grayscale: #373737. Windows color (decimal): -6225104 or 3146657. OLE color: 3146657.

HSL color Cylindrical-coordinate representation of color #A10330: hue angle of 342.91º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10330 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB161348-
CMYK00.980.700.37
HSL342.91º96.34%32.16%-
HSV(B)342.91º98.14%63.14%-
XYZ15.267.863.51-
YUV55.37123.85203.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 75.94%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=75.94%
G=1.42%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16134800.980.700.37342.9196.3432.16
HexA133006246251576020
Octal24136001421064552714040
Binary10100001111100000110001010001101001011010101111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10330; }

 p { color: rgb(161,3,48); }

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

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

 a { background-color: rgb(161,3,48); }

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

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

 span { border-color: rgb(161,3,48); }

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