Html Css Color HEX #AB1013 Carmine

📋 copy color: '#AB1013'

red 171 ◦ green 16 ◦ blue 19

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

Shades of Carmine #AB1013

Tints of Carmine #AB1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.22%

R = 83.01%
G = 7.77%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB1013 (or 0xAB1013) is known color: Carmine. HEX triplet: AB, 10 and 13. RGB value is (171,16,19). Sum of RGB (Red+Green+Blue) = 171+16+19=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1013 is #54EFEC. Grayscale: #3E3E3E. Windows color (decimal): -5566445 or 1249451. OLE color: 1249451.

HSL color Cylindrical-coordinate representation of color #AB1013: hue angle of 358.84º 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 #AB1013 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 16 19 -
CMYK 0 0.91 0.89 0.33
HSL 358.84º 0.83% 0.37% -
HSV(B) 358.84º 0.91% 0.67% -
XYZ 17.1 9.08 1.47 -
YUV 62.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 171 16 19 0 0.91 0.89 0.33 358.84 0.83 0.37
Hex AB 10 13 0 5B 59 21 167 53 25
Octal 253 20 23 0 133 131 41 547 123 45
Binary 10101011 10000 10011 0 1011011 1011001 100001 101100111 1010011 100101

Color Harmonies of #AB1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1013

Black with #AB1013

Text Example


Text Example

White with #AB1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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