Html Css Color HEX #A50232 Carmine

📋 copy color: '#A50232'

red 165 ◦ green 2 ◦ blue 50

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

Shades of Carmine #A50232

Tints of Carmine #A50232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 50 (19.92% from 255) = 23.04%

R = 76.04%
G = 0.92%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A50232 (or 0xA50232) is known color: Carmine. HEX triplet: A5, 02 and 32. RGB value is (165,2,50). Sum of RGB (Red+Green+Blue) = 165+2+50=217 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.04% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 165 - color contains mainly: red. Hex color #A50232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50232 is #5AFDCD. Grayscale: #383838. Windows color (decimal): -5963214 or 3277477. OLE color: 3277477.

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

Color convert

RGB 165 2 50 -
CMYK 0 0.99 0.70 0.35
HSL 342.33º 0.98% 0.33% -
HSV(B) 342.33º 0.99% 0.65% -
XYZ 16.11 8.27 3.77 -
YUV 56.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 165 2 50 0 0.99 0.70 0.35 342.33 0.98 0.33
Hex A5 2 32 0 63 46 23 156 62 21
Octal 245 2 62 0 143 106 43 526 142 41
Binary 10100101 10 110010 0 1100011 1000110 100011 101010110 1100010 100001

Color Harmonies of #A50232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50232

Black with #A50232

Text Example


Text Example

White with #A50232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50232; }

 p { color: rgb(165,2,50); }

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

background-color css

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

 a { background-color: rgb(165,2,50); }

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

border-color css

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

 span { border-color: rgb(165,2,50); }

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