Html Css Color HEX #A50127 Carmine

📋 copy color: '#A50127'

red 165 ◦ green 1 ◦ blue 39

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

Shades of Carmine #A50127

Tints of Carmine #A50127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 80.49%
G = 0.49%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A50127 (or 0xA50127) is known color: Carmine. HEX triplet: A5, 01 and 27. RGB value is (165,1,39). Sum of RGB (Red+Green+Blue) = 165+1+39=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A50127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50127 is #5AFED8. Grayscale: #363636. Windows color (decimal): -5963481 or 2556325. OLE color: 2556325.

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

Color convert

RGB 165 1 39 -
CMYK 0 0.99 0.76 0.35
HSL 346.1º 0.99% 0.33% -
HSV(B) 346.1º 0.99% 0.65% -
XYZ 15.89 8.17 2.66 -
YUV 54.37 119.33 206.91 -
System Red Green Blue C M Y K H S L
Decimal 165 1 39 0 0.99 0.76 0.35 346.1 0.99 0.33
Hex A5 1 27 0 63 4C 23 15A 63 21
Octal 245 1 47 0 143 114 43 532 143 41
Binary 10100101 1 100111 0 1100011 1001100 100011 101011010 1100011 100001

Color Harmonies of #A50127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50127

Black with #A50127

Text Example


Text Example

White with #A50127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50127; }

 p { color: rgb(165,1,39); }

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

background-color css

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

 a { background-color: rgb(165,1,39); }

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

border-color css

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

 span { border-color: rgb(165,1,39); }

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