Html Css Color HEX #AB010E Carmine

📋 copy color: '#AB010E'

red 171 ◦ green 1 ◦ blue 14

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

Shades of Carmine #AB010E

Tints of Carmine #AB010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.53%

R = 91.94%
G = 0.54%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB010E (or 0xAB010E) is known color: Carmine. HEX triplet: AB, 01 and 0E. RGB value is (171,1,14). Sum of RGB (Red+Green+Blue) = 171+1+14=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB010E is #54FEF1. Grayscale: #353535. Windows color (decimal): -5570290 or 917931. OLE color: 917931.

HSL color Cylindrical-coordinate representation of color #AB010E: hue angle of 355.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 1 14 -
CMYK 0 0.99 0.92 0.33
HSL 355.41º 0.99% 0.34% -
HSV(B) 355.41º 0.99% 0.67% -
XYZ 16.88 8.71 1.21 -
YUV 53.31 105.82 211.94 -
System Red Green Blue C M Y K H S L
Decimal 171 1 14 0 0.99 0.92 0.33 355.41 0.99 0.34
Hex AB 1 E 0 63 5C 21 163 63 22
Octal 253 1 16 0 143 134 41 543 143 42
Binary 10101011 1 1110 0 1100011 1011100 100001 101100011 1100011 100010

Color Harmonies of #AB010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB010E

Black with #AB010E

Text Example


Text Example

White with #AB010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB010E; }

 p { color: rgb(171,1,14); }

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

background-color css

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

 a { background-color: rgb(171,1,14); }

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

border-color css

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

 span { border-color: rgb(171,1,14); }

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