Html Css Color HEX #A01017 Carmine

📋 copy color: '#A01017'

red 160 ◦ green 16 ◦ blue 23

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

Shades of Carmine #A01017

Tints of Carmine #A01017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 80.4%
G = 8.04%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A01017 (or 0xA01017) is known color: Carmine. HEX triplet: A0, 10 and 17. RGB value is (160,16,23). Sum of RGB (Red+Green+Blue) = 160+16+23=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A01017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01017 is #5FEFE8. Grayscale: #3B3B3B. Windows color (decimal): -6287337 or 1511584. OLE color: 1511584.

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

Color convert

RGB 160 16 23 -
CMYK 0 0.9 0.86 0.37
HSL 357.08º 0.82% 0.35% -
HSV(B) 357.08º 0.9% 0.63% -
XYZ 14.84 7.91 1.55 -
YUV 59.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 160 16 23 0 0.9 0.86 0.37 357.08 0.82 0.35
Hex A0 10 17 0 5A 56 25 165 52 23
Octal 240 20 27 0 132 126 45 545 122 43
Binary 10100000 10000 10111 0 1011010 1010110 100101 101100101 1010010 100011

Color Harmonies of #A01017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01017

Black with #A01017

Text Example


Text Example

White with #A01017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01017; }

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

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

background-color css

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

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

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

border-color css

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

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

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