Html Css Color HEX #A50211 Carmine

📋 copy color: '#A50211'

red 165 ◦ green 2 ◦ blue 17

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

Shades of Carmine #A50211

Tints of Carmine #A50211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 89.67%
G = 1.09%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50211 (or 0xA50211) is known color: Carmine. HEX triplet: A5, 02 and 11. RGB value is (165,2,17). Sum of RGB (Red+Green+Blue) = 165+2+17=184 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.67% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 165 - color contains mainly: red. Hex color #A50211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50211 is #5AFDEE. Grayscale: #343434. Windows color (decimal): -5963247 or 1114789. OLE color: 1114789.

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

Color convert

RGB 165 2 17 -
CMYK 0 0.99 0.90 0.35
HSL 354.48º 0.98% 0.33% -
HSV(B) 354.48º 0.99% 0.65% -
XYZ 15.64 8.08 1.27 -
YUV 52.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 165 2 17 0 0.99 0.90 0.35 354.48 0.98 0.33
Hex A5 2 11 0 63 5A 23 162 62 21
Octal 245 2 21 0 143 132 43 542 142 41
Binary 10100101 10 10001 0 1100011 1011010 100011 101100010 1100010 100001

Color Harmonies of #A50211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50211

Black with #A50211

Text Example


Text Example

White with #A50211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50211; }

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

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

background-color css

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

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

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

border-color css

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

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

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