#A90923

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

Shades of Carmine #A90923

Tints of Carmine #A90923

Color information

#A90923 (or 0xA90923) is unknown color: approx Carmine. HEX triplet: A9, 09 and 23. RGB value is (169,9,35). Sum of RGB (Red+Green+Blue) = 169+9+35=213 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.34% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 169 - color contains mainly: red. Hex color #A90923 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90923 is #56F6DC. Grayscale: #3B3B3B. Windows color (decimal): -5699293 or 2296233. OLE color: 2296233.

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

Color convert

RGB169935-
CMYK00.950.790.34
HSL350.25º89.89%34.9%-
HSV(B)350.25º94.67%66.27%-
XYZ16.768.752.4-
YUV59.8114.01205.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 79.34%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=79.34%
G=4.23%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16993500.950.790.34350.2589.8934.9
HexA992305F4F2215e5a23
Octal251114301371174253613243
Binary1010100110011000110101111110011111000101010111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90923; }

 p { color: rgb(169,9,35); }

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

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

 a { background-color: rgb(169,9,35); }

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

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

 span { border-color: rgb(169,9,35); }

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