Html Css Color HEX #AB0129 Carmine

📋 copy color: '#AB0129'

red 171 ◦ green 1 ◦ blue 41

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

Shades of Carmine #AB0129

Tints of Carmine #AB0129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.25%

R = 80.28%
G = 0.47%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB0129 (or 0xAB0129) is known color: Carmine. HEX triplet: AB, 01 and 29. RGB value is (171,1,41). Sum of RGB (Red+Green+Blue) = 171+1+41=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0129 is #54FED6. Grayscale: #383838. Windows color (decimal): -5570263 or 2687403. OLE color: 2687403.

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

Color convert

RGB 171 1 41 -
CMYK 0 0.99 0.76 0.33
HSL 345.88º 0.99% 0.34% -
HSV(B) 345.88º 0.99% 0.67% -
XYZ 17.21 8.84 2.9 -
YUV 56.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 171 1 41 0 0.99 0.76 0.33 345.88 0.99 0.34
Hex AB 1 29 0 63 4C 21 15A 63 22
Octal 253 1 51 0 143 114 41 532 143 42
Binary 10101011 1 101001 0 1100011 1001100 100001 101011010 1100011 100010

Color Harmonies of #AB0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0129

Black with #AB0129

Text Example


Text Example

White with #AB0129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0129; }

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

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

background-color css

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

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

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

border-color css

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

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

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