Html Css Color HEX #AB0128 Carmine

📋 copy color: '#AB0128'

red 171 ◦ green 1 ◦ blue 40

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

Shades of Carmine #AB0128

Tints of Carmine #AB0128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 80.66%
G = 0.47%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB0128 (or 0xAB0128) is known color: Carmine. HEX triplet: AB, 01 and 28. RGB value is (171,1,40). Sum of RGB (Red+Green+Blue) = 171+1+40=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0128 is #54FED7. Grayscale: #383838. Windows color (decimal): -5570264 or 2621867. OLE color: 2621867.

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

Color convert

RGB 171 1 40 -
CMYK 0 0.99 0.77 0.33
HSL 346.24º 0.99% 0.34% -
HSV(B) 346.24º 0.99% 0.67% -
XYZ 17.19 8.83 2.81 -
YUV 56.28 118.82 209.83 -
System Red Green Blue C M Y K H S L
Decimal 171 1 40 0 0.99 0.77 0.33 346.24 0.99 0.34
Hex AB 1 28 0 63 4D 21 15A 63 22
Octal 253 1 50 0 143 115 41 532 143 42
Binary 10101011 1 101000 0 1100011 1001101 100001 101011010 1100011 100010

Color Harmonies of #AB0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0128

Black with #AB0128

Text Example


Text Example

White with #AB0128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0128; }

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

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

background-color css

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

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

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

border-color css

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

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

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