Html Css Color HEX #AB1017 Carmine

📋 copy color: '#AB1017'

red 171 ◦ green 16 ◦ blue 23

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

Shades of Carmine #AB1017

Tints of Carmine #AB1017

RGB

 RED value IS 171 (67.19% from 255) = 81.43%

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

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

R = 81.43%
G = 7.62%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB1017 (or 0xAB1017) is known color: Carmine. HEX triplet: AB, 10 and 17. RGB value is (171,16,23). Sum of RGB (Red+Green+Blue) = 171+16+23=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1017 is #54EFE8. Grayscale: #3F3F3F. Windows color (decimal): -5566441 or 1511595. OLE color: 1511595.

HSL color Cylindrical-coordinate representation of color #AB1017: hue angle of 357.29º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1017 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 16 23 -
CMYK 0 0.91 0.87 0.33
HSL 357.29º 0.83% 0.37% -
HSV(B) 357.29º 0.91% 0.67% -
XYZ 17.13 9.09 1.66 -
YUV 63.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 171 16 23 0 0.91 0.87 0.33 357.29 0.83 0.37
Hex AB 10 17 0 5B 57 21 165 53 25
Octal 253 20 27 0 133 127 41 545 123 45
Binary 10101011 10000 10111 0 1011011 1010111 100001 101100101 1010011 100101

Color Harmonies of #AB1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1017

Black with #AB1017

Text Example


Text Example

White with #AB1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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