Html Css Color HEX #A50A2B Carmine

📋 copy color: '#A50A2B'

red 165 ◦ green 10 ◦ blue 43

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

Shades of Carmine #A50A2B

Tints of Carmine #A50A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 75.69%
G = 4.59%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A50A2B (or 0xA50A2B) is known color: Carmine. HEX triplet: A5, 0A and 2B. RGB value is (165,10,43). Sum of RGB (Red+Green+Blue) = 165+10+43=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50A2B is #5AF5D4. Grayscale: #3C3C3C. Windows color (decimal): -5961173 or 2820773. OLE color: 2820773.

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

Color convert

RGB 165 10 43 -
CMYK 0 0.94 0.74 0.35
HSL 347.23º 0.89% 0.34% -
HSV(B) 347.23º 0.94% 0.65% -
XYZ 16.06 8.39 3.06 -
YUV 60.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 165 10 43 0 0.94 0.74 0.35 347.23 0.89 0.34
Hex A5 A 2B 0 5E 4A 23 15B 59 22
Octal 245 12 53 0 136 112 43 533 131 42
Binary 10100101 1010 101011 0 1011110 1001010 100011 101011011 1011001 100010

Color Harmonies of #A50A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A2B

Black with #A50A2B

Text Example


Text Example

White with #A50A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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