Html Css Color HEX #A51720 Carmine

📋 copy color: '#A51720'

red 165 ◦ green 23 ◦ blue 32

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

Shades of Carmine #A51720

Tints of Carmine #A51720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

 BLUE value IS 32 (12.89% from 255) = 14.55%

R = 75%
G = 10.45%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A51720 (or 0xA51720) is known color: Carmine. HEX triplet: A5, 17 and 20. RGB value is (165,23,32). Sum of RGB (Red+Green+Blue) = 165+23+32=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A51720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51720 is #5AE8DF. Grayscale: #424242. Windows color (decimal): -5957856 or 2103205. OLE color: 2103205.

HSL color Cylindrical-coordinate representation of color #A51720: hue angle of 356.2º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51720 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 23 32 -
CMYK 0 0.86 0.81 0.35
HSL 356.2º 0.76% 0.37% -
HSV(B) 356.2º 0.86% 0.65% -
XYZ 16.08 8.72 2.2 -
YUV 66.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 165 23 32 0 0.86 0.81 0.35 356.2 0.76 0.37
Hex A5 17 20 0 56 51 23 164 4C 25
Octal 245 27 40 0 126 121 43 544 114 45
Binary 10100101 10111 100000 0 1010110 1010001 100011 101100100 1001100 100101

Color Harmonies of #A51720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51720

Black with #A51720

Text Example


Text Example

White with #A51720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51720; }

 p { color: rgb(165,23,32); }

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

background-color css

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

 a { background-color: rgb(165,23,32); }

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

border-color css

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

 span { border-color: rgb(165,23,32); }

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