Html Css Color HEX #A50136 Carmine

📋 copy color: '#A50136'

red 165 ◦ green 1 ◦ blue 54

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

Shades of Carmine #A50136

Tints of Carmine #A50136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 75%
G = 0.45%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A50136 (or 0xA50136) is known color: Carmine. HEX triplet: A5, 01 and 36. RGB value is (165,1,54). Sum of RGB (Red+Green+Blue) = 165+1+54=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A50136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50136 is #5AFEC9. Grayscale: #383838. Windows color (decimal): -5963466 or 3539365. OLE color: 3539365.

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

Color convert

RGB 165 1 54 -
CMYK 0 0.99 0.67 0.35
HSL 340.61º 0.99% 0.33% -
HSV(B) 340.61º 0.99% 0.65% -
XYZ 16.19 8.29 4.24 -
YUV 56.08 126.83 205.69 -
System Red Green Blue C M Y K H S L
Decimal 165 1 54 0 0.99 0.67 0.35 340.61 0.99 0.33
Hex A5 1 36 0 63 43 23 155 63 21
Octal 245 1 66 0 143 103 43 525 143 41
Binary 10100101 1 110110 0 1100011 1000011 100011 101010101 1100011 100001

Color Harmonies of #A50136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50136

Black with #A50136

Text Example


Text Example

White with #A50136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50136; }

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

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

background-color css

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

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

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

border-color css

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

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

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