Html Css Color HEX #A50611 Carmine

📋 copy color: '#A50611'

red 165 ◦ green 6 ◦ blue 17

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

Shades of Carmine #A50611

Tints of Carmine #A50611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.19%

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

R = 87.77%
G = 3.19%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50611 (or 0xA50611) is known color: Carmine. HEX triplet: A5, 06 and 11. RGB value is (165,6,17). Sum of RGB (Red+Green+Blue) = 165+6+17=188 (24% of max value = 765). Red value is 165 (64.84% from 255 or 87.77% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 165 - color contains mainly: red. Hex color #A50611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50611 is #5AF9EE. Grayscale: #363636. Windows color (decimal): -5962223 or 1115813. OLE color: 1115813.

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

Color convert

RGB 165 6 17 -
CMYK 0 0.96 0.90 0.35
HSL 355.85º 0.93% 0.34% -
HSV(B) 355.85º 0.96% 0.65% -
XYZ 15.68 8.17 1.28 -
YUV 54.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 165 6 17 0 0.96 0.90 0.35 355.85 0.93 0.34
Hex A5 6 11 0 60 5A 23 164 5D 22
Octal 245 6 21 0 140 132 43 544 135 42
Binary 10100101 110 10001 0 1100000 1011010 100011 101100100 1011101 100010

Color Harmonies of #A50611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50611

Black with #A50611

Text Example


Text Example

White with #A50611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50611; }

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

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

background-color css

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

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

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

border-color css

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

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

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