Html Css Color HEX #A50C1D Carmine

📋 copy color: '#A50C1D'

red 165 ◦ green 12 ◦ blue 29

#A50C1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A50C1D

Tints of Carmine #A50C1D

RGB

 RED value IS 165 (64.84% from 255) = 80.1%

 GREEN value IS 12 (5.08% from 255) = 5.83%

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 80.1%
G = 5.83%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A50C1D (or 0xA50C1D) is known color: Carmine. HEX triplet: A5, 0C and 1D. RGB value is (165,12,29). Sum of RGB (Red+Green+Blue) = 165+12+29=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C1D is #5AF3E2. Grayscale: #3B3B3B. Windows color (decimal): -5960675 or 1903781. OLE color: 1903781.

HSL color Cylindrical-coordinate representation of color #A50C1D: hue angle of 353.33º 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 #A50C1D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 29 -
CMYK 0 0.93 0.82 0.35
HSL 353.33º 0.86% 0.35% -
HSV(B) 353.33º 0.93% 0.65% -
XYZ 15.87 8.35 1.94 -
YUV 59.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 165 12 29 0 0.93 0.82 0.35 353.33 0.86 0.35
Hex A5 C 1D 0 5D 52 23 161 56 23
Octal 245 14 35 0 135 122 43 541 126 43
Binary 10100101 1100 11101 0 1011101 1010010 100011 101100001 1010110 100011

Color Harmonies of #A50C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C1D

Black with #A50C1D

Text Example


Text Example

White with #A50C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C1D; }

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

 H1.HeaderClassName
 {
   color: #A50C1D;
 }
 .AnyTagClassName
 {
   color: #A50C1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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