#A50823

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

Shades of Carmine #A50823

Tints of Carmine #A50823

Color information

#A50823 (or 0xA50823) is unknown color: approx Carmine. HEX triplet: A5, 08 and 23. RGB value is (165,8,35). Sum of RGB (Red+Green+Blue) = 165+8+35=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A50823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50823 is #5AF7DC. Grayscale: #3A3A3A. Windows color (decimal): -5961693 or 2295973. OLE color: 2295973.

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

Color convert

RGB165835-
CMYK00.950.790.35
HSL349.68º90.75%33.92%-
HSV(B)349.68º95.15%64.71%-
XYZ15.918.292.35-
YUV58.02115.01204.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 79.33%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=79.33%
G=3.85%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16583500.950.790.35349.6890.7533.92
HexA582305F4F2315e5b22
Octal245104301371174353613342
Binary1010010110001000110101111110011111000111010111101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50823; }

 p { color: rgb(165,8,35); }

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

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

 a { background-color: rgb(165,8,35); }

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

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

 span { border-color: rgb(165,8,35); }

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