Html Css Color HEX #A50A21 Carmine

📋 copy color: '#A50A21'

red 165 ◦ green 10 ◦ blue 33

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

Shades of Carmine #A50A21

Tints of Carmine #A50A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

 BLUE value IS 33 (13.28% from 255) = 15.87%

R = 79.33%
G = 4.81%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A50A21 (or 0xA50A21) is known color: Carmine. HEX triplet: A5, 0A and 21. RGB value is (165,10,33). Sum of RGB (Red+Green+Blue) = 165+10+33=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50A21 is #5AF5DE. Grayscale: #3B3B3B. Windows color (decimal): -5961183 or 2165413. OLE color: 2165413.

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

Color convert

RGB 165 10 33 -
CMYK 0 0.94 0.8 0.35
HSL 351.1º 0.89% 0.34% -
HSV(B) 351.1º 0.94% 0.65% -
XYZ 15.9 8.33 2.21 -
YUV 58.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 165 10 33 0 0.94 0.8 0.35 351.1 0.89 0.34
Hex A5 A 21 0 5E 50 23 15F 59 22
Octal 245 12 41 0 136 120 43 537 131 42
Binary 10100101 1010 100001 0 1011110 1010000 100011 101011111 1011001 100010

Color Harmonies of #A50A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A21

Black with #A50A21

Text Example


Text Example

White with #A50A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A21; }

 p { color: rgb(165,10,33); }

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

background-color css

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

 a { background-color: rgb(165,10,33); }

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

border-color css

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

 span { border-color: rgb(165,10,33); }

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