Html Css Color HEX #A50229 Carmine

📋 copy color: '#A50229'

red 165 ◦ green 2 ◦ blue 41

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

Shades of Carmine #A50229

Tints of Carmine #A50229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 79.33%
G = 0.96%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A50229 (or 0xA50229) is known color: Carmine. HEX triplet: A5, 02 and 29. RGB value is (165,2,41). Sum of RGB (Red+Green+Blue) = 165+2+41=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A50229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50229 is #5AFDD6. Grayscale: #373737. Windows color (decimal): -5963223 or 2687653. OLE color: 2687653.

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

Color convert

RGB 165 2 41 -
CMYK 0 0.99 0.75 0.35
HSL 345.64º 0.98% 0.33% -
HSV(B) 345.64º 0.99% 0.65% -
XYZ 15.94 8.2 2.84 -
YUV 55.18 120 206.33 -
System Red Green Blue C M Y K H S L
Decimal 165 2 41 0 0.99 0.75 0.35 345.64 0.98 0.33
Hex A5 2 29 0 63 4B 23 15A 62 21
Octal 245 2 51 0 143 113 43 532 142 41
Binary 10100101 10 101001 0 1100011 1001011 100011 101011010 1100010 100001

Color Harmonies of #A50229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50229

Black with #A50229

Text Example


Text Example

White with #A50229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50229; }

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

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

background-color css

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

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

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

border-color css

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

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

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