Html Css Color HEX #A51119 Carmine

📋 copy color: '#A51119'

red 165 ◦ green 17 ◦ blue 25

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

Shades of Carmine #A51119

Tints of Carmine #A51119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.21%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 79.71%
G = 8.21%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A51119 (or 0xA51119) is known color: Carmine. HEX triplet: A5, 11 and 19. RGB value is (165,17,25). Sum of RGB (Red+Green+Blue) = 165+17+25=207 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.71% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 165 - color contains mainly: red. Hex color #A51119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51119 is #5AEEE6. Grayscale: #3E3E3E. Windows color (decimal): -5959399 or 1642917. OLE color: 1642917.

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

Color convert

RGB 165 17 25 -
CMYK 0 0.90 0.85 0.35
HSL 356.76º 0.81% 0.36% -
HSV(B) 356.76º 0.9% 0.65% -
XYZ 15.89 8.47 1.72 -
YUV 62.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 165 17 25 0 0.90 0.85 0.35 356.76 0.81 0.36
Hex A5 11 19 0 5A 55 23 165 51 24
Octal 245 21 31 0 132 125 43 545 121 44
Binary 10100101 10001 11001 0 1011010 1010101 100011 101100101 1010001 100100

Color Harmonies of #A51119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51119

Black with #A51119

Text Example


Text Example

White with #A51119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51119; }

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

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

background-color css

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

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

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

border-color css

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

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

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