Html Css Color HEX #A50121 Carmine

📋 copy color: '#A50121'

red 165 ◦ green 1 ◦ blue 33

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

Shades of Carmine #A50121

Tints of Carmine #A50121

RGB

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

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

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

R = 82.91%
G = 0.5%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A50121 (or 0xA50121) is known color: Carmine. HEX triplet: A5, 01 and 21. RGB value is (165,1,33). Sum of RGB (Red+Green+Blue) = 165+1+33=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A50121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50121 is #5AFEDE. Grayscale: #353535. Windows color (decimal): -5963487 or 2163109. OLE color: 2163109.

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

Color convert

RGB 165 1 33 -
CMYK 0 0.99 0.8 0.35
HSL 348.29º 0.99% 0.33% -
HSV(B) 348.29º 0.99% 0.65% -
XYZ 15.8 8.13 2.18 -
YUV 53.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 165 1 33 0 0.99 0.8 0.35 348.29 0.99 0.33
Hex A5 1 21 0 63 50 23 15C 63 21
Octal 245 1 41 0 143 120 43 534 143 41
Binary 10100101 1 100001 0 1100011 1010000 100011 101011100 1100011 100001

Color Harmonies of #A50121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50121

Black with #A50121

Text Example


Text Example

White with #A50121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50121; }

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

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

background-color css

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

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

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

border-color css

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

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

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