Html Css Color HEX #A51114 Carmine

📋 copy color: '#A51114'

red 165 ◦ green 17 ◦ blue 20

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

Shades of Carmine #A51114

Tints of Carmine #A51114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 81.68%
G = 8.42%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A51114 (or 0xA51114) is known color: Carmine. HEX triplet: A5, 11 and 14. RGB value is (165,17,20). Sum of RGB (Red+Green+Blue) = 165+17+20=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A51114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51114 is #5AEEEB. Grayscale: #3D3D3D. Windows color (decimal): -5959404 or 1315237. OLE color: 1315237.

HSL color Cylindrical-coordinate representation of color #A51114: hue angle of 358.78º 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 #A51114 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 20 -
CMYK 0 0.90 0.88 0.35
HSL 358.78º 0.81% 0.36% -
HSV(B) 358.78º 0.9% 0.65% -
XYZ 15.84 8.45 1.46 -
YUV 61.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 165 17 20 0 0.90 0.88 0.35 358.78 0.81 0.36
Hex A5 11 14 0 5A 58 23 167 51 24
Octal 245 21 24 0 132 130 43 547 121 44
Binary 10100101 10001 10100 0 1011010 1011000 100011 101100111 1010001 100100

Color Harmonies of #A51114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51114

Black with #A51114

Text Example


Text Example

White with #A51114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51114; }

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

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

background-color css

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

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

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

border-color css

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

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

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