Html Css Color HEX #A51117 Carmine

📋 copy color: '#A51117'

red 165 ◦ green 17 ◦ blue 23

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

Shades of Carmine #A51117

Tints of Carmine #A51117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 80.49%
G = 8.29%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A51117 (or 0xA51117) is known color: Carmine. HEX triplet: A5, 11 and 17. RGB value is (165,17,23). Sum of RGB (Red+Green+Blue) = 165+17+23=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A51117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51117 is #5AEEE8. Grayscale: #3E3E3E. Windows color (decimal): -5959401 or 1511845. OLE color: 1511845.

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

Color convert

RGB 165 17 23 -
CMYK 0 0.90 0.86 0.35
HSL 357.57º 0.81% 0.36% -
HSV(B) 357.57º 0.9% 0.65% -
XYZ 15.87 8.46 1.61 -
YUV 61.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 165 17 23 0 0.90 0.86 0.35 357.57 0.81 0.36
Hex A5 11 17 0 5A 56 23 166 51 24
Octal 245 21 27 0 132 126 43 546 121 44
Binary 10100101 10001 10111 0 1011010 1010110 100011 101100110 1010001 100100

Color Harmonies of #A51117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51117

Black with #A51117

Text Example


Text Example

White with #A51117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51117; }

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

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

background-color css

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

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

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

border-color css

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

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

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