#a50c26

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

Shades of Carmine #A50C26

Tints of Carmine #A50C26

Color information

#A50C26 (or 0xA50C26) is unknown color: approx Carmine. HEX triplet: A5, 0C and 26. RGB value is (165,12,38). Sum of RGB (Red+Green+Blue) = 165+12+38=215 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.74% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C26 is #5AF3D9. Grayscale: #3C3C3C. Windows color (decimal): -5960666 or 2493605. OLE color: 2493605.

HSL color Cylindrical-coordinate representation of color #A50C26: hue angle of 349.8º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C26 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1651238-
CMYK00.930.770.35
HSL349.8º86.44%34.71%-
HSV(B)349.8º92.73%64.71%-
XYZ168.42.61-
YUV60.71115.19202.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 76.74%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=76.74%
G=5.58%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165123800.930.770.35349.886.4434.71
HexA5C2605D4D2315e5623
Octal245144601351154353612643
Binary1010010111001001100101110110011011000111010111101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50c26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50c26; }

 p { color: rgb(165,12,38); }

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

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

 a { background-color: rgb(165,12,38); }

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

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

 span { border-color: rgb(165,12,38); }

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