Html Css Color HEX #AB010D Carmine

📋 copy color: '#AB010D'

red 171 ◦ green 1 ◦ blue 13

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

Shades of Carmine #AB010D

Tints of Carmine #AB010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 92.43%
G = 0.54%
B = 7.03%

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

#AB010D (or 0xAB010D) is known color: Carmine. HEX triplet: AB, 01 and 0D. RGB value is (171,1,13). Sum of RGB (Red+Green+Blue) = 171+1+13=185 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.43% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 171 - color contains mainly: red. Hex color #AB010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB010D is #54FEF2. Grayscale: #353535. Windows color (decimal): -5570291 or 852395. OLE color: 852395.

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

Color convert

RGB 171 1 13 -
CMYK 0 0.99 0.92 0.33
HSL 355.76º 0.99% 0.34% -
HSV(B) 355.76º 0.99% 0.67% -
XYZ 16.88 8.71 1.17 -
YUV 53.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 171 1 13 0 0.99 0.92 0.33 355.76 0.99 0.34
Hex AB 1 D 0 63 5C 21 164 63 22
Octal 253 1 15 0 143 134 41 544 143 42
Binary 10101011 1 1101 0 1100011 1011100 100001 101100100 1100011 100010

Color Harmonies of #AB010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB010D

Black with #AB010D

Text Example


Text Example

White with #AB010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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