Html Css Color HEX #A51020 Carmine

📋 copy color: '#A51020'

red 165 ◦ green 16 ◦ blue 32

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

Shades of Carmine #A51020

Tints of Carmine #A51020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

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

R = 77.46%
G = 7.51%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A51020 (or 0xA51020) is known color: Carmine. HEX triplet: A5, 10 and 20. RGB value is (165,16,32). Sum of RGB (Red+Green+Blue) = 165+16+32=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A51020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51020 is #5AEFDF. Grayscale: #3E3E3E. Windows color (decimal): -5959648 or 2101413. OLE color: 2101413.

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

Color convert

RGB 165 16 32 -
CMYK 0 0.90 0.81 0.35
HSL 353.56º 0.82% 0.35% -
HSV(B) 353.56º 0.9% 0.65% -
XYZ 15.96 8.47 2.16 -
YUV 62.38 110.86 201.2 -
System Red Green Blue C M Y K H S L
Decimal 165 16 32 0 0.90 0.81 0.35 353.56 0.82 0.35
Hex A5 10 20 0 5A 51 23 162 52 23
Octal 245 20 40 0 132 121 43 542 122 43
Binary 10100101 10000 100000 0 1011010 1010001 100011 101100010 1010010 100011

Color Harmonies of #A51020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51020

Black with #A51020

Text Example


Text Example

White with #A51020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51020; }

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

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

background-color css

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

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

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

border-color css

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

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

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