Html Css Color HEX #A50039 Carmine

📋 copy color: '#A50039'

red 165 ◦ green 0 ◦ blue 57

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

Shades of Carmine #A50039

Tints of Carmine #A50039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 74.32%
G = 0%
B = 25.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A50039 (or 0xA50039) is known color: Carmine. HEX triplet: A5, 00 and 39. RGB value is (165,0,57). Sum of RGB (Red+Green+Blue) = 165+0+57=222 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.32% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 165 - color contains mainly: red. Hex color #A50039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50039 is #5AFFC6. Grayscale: #373737. Windows color (decimal): -5963719 or 3735717. OLE color: 3735717.

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

Color convert

RGB 165 0 57 -
CMYK 0 1 0.65 0.35
HSL 339.27º 1% 0.32% -
HSV(B) 339.27º 1% 0.65% -
XYZ 16.26 8.29 4.62 -
YUV 55.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 165 0 57 0 1 0.65 0.35 339.27 1 0.32
Hex A5 0 39 0 64 41 23 153 64 20
Octal 245 0 71 0 144 101 43 523 144 40
Binary 10100101 0 111001 0 1100100 1000001 100011 101010011 1100100 100000

Color Harmonies of #A50039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50039

Black with #A50039

Text Example


Text Example

White with #A50039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50039; }

 p { color: rgb(165,0,57); }

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

background-color css

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

 a { background-color: rgb(165,0,57); }

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

border-color css

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

 span { border-color: rgb(165,0,57); }

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