Html Css Color HEX #A00117 Carmine

📋 copy color: '#A00117'

red 160 ◦ green 1 ◦ blue 23

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

Shades of Carmine #A00117

Tints of Carmine #A00117

RGB

 RED value IS 160 (62.89% from 255) = 86.96%

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 86.96%
G = 0.54%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A00117 (or 0xA00117) is known color: Carmine. HEX triplet: A0, 01 and 17. RGB value is (160,1,23). Sum of RGB (Red+Green+Blue) = 160+1+23=184 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.96% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 160 - color contains mainly: red. Hex color #A00117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00117 is #5FFEE8. Grayscale: #333333. Windows color (decimal): -6291177 or 1507744. OLE color: 1507744.

HSL color Cylindrical-coordinate representation of color #A00117: hue angle of 351.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00117 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 23 -
CMYK 0 0.99 0.86 0.37
HSL 351.7º 0.99% 0.32% -
HSV(B) 351.7º 0.99% 0.63% -
XYZ 14.66 7.56 1.5 -
YUV 51.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 160 1 23 0 0.99 0.86 0.37 351.7 0.99 0.32
Hex A0 1 17 0 63 56 25 160 63 20
Octal 240 1 27 0 143 126 45 540 143 40
Binary 10100000 1 10111 0 1100011 1010110 100101 101100000 1100011 100000

Color Harmonies of #A00117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00117

Black with #A00117

Text Example


Text Example

White with #A00117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00117; }

 p { color: rgb(160,1,23); }

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

background-color css

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

 a { background-color: rgb(160,1,23); }

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

border-color css

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

 span { border-color: rgb(160,1,23); }

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