Html Css Color HEX #A51519 Carmine

📋 copy color: '#A51519'

red 165 ◦ green 21 ◦ blue 25

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

Shades of Carmine #A51519

Tints of Carmine #A51519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 78.2%
G = 9.95%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A51519 (or 0xA51519) is known color: Carmine. HEX triplet: A5, 15 and 19. RGB value is (165,21,25). Sum of RGB (Red+Green+Blue) = 165+21+25=211 (27% of max value = 765). Red value is 165 (64.84% from 255 or 78.20% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 165 - color contains mainly: red. Hex color #A51519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51519 is #5AEAE6. Grayscale: #404040. Windows color (decimal): -5958375 or 1643941. OLE color: 1643941.

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

Color convert

RGB 165 21 25 -
CMYK 0 0.87 0.85 0.35
HSL 358.33º 0.77% 0.36% -
HSV(B) 358.33º 0.87% 0.65% -
XYZ 15.96 8.61 1.74 -
YUV 64.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 165 21 25 0 0.87 0.85 0.35 358.33 0.77 0.36
Hex A5 15 19 0 57 55 23 166 4D 24
Octal 245 25 31 0 127 125 43 546 115 44
Binary 10100101 10101 11001 0 1010111 1010101 100011 101100110 1001101 100100

Color Harmonies of #A51519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51519

Black with #A51519

Text Example


Text Example

White with #A51519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51519; }

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

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

background-color css

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

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

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

border-color css

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

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

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