#A10433

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

Shades of Carmine #A10433

Tints of Carmine #A10433

Color information

#A10433 (or 0xA10433) is unknown color: approx Carmine. HEX triplet: A1, 04 and 33. RGB value is (161,4,51). Sum of RGB (Red+Green+Blue) = 161+4+51=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A10433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10433 is #5EFBCC. Grayscale: #383838. Windows color (decimal): -6224845 or 3343521. OLE color: 3343521.

HSL color Cylindrical-coordinate representation of color #A10433: hue angle of 342.04º degrees, saturation: 0.95, 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 #A10433 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB161451-
CMYK00.980.680.37
HSL342.04º95.15%32.35%-
HSV(B)342.04º97.52%63.14%-
XYZ15.347.93.85-
YUV56.3125.01202.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 74.54%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=74.54%
G=1.85%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16145100.980.680.37342.0495.1532.35
HexA143306244251565f20
Octal24146301421044552613740
Binary101000011001100110110001010001001001011010101101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10433; }

 p { color: rgb(161,4,51); }

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

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

 a { background-color: rgb(161,4,51); }

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

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

 span { border-color: rgb(161,4,51); }

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