Html Css Color HEX #AB0528 Carmine

📋 copy color: '#AB0528'

red 171 ◦ green 5 ◦ blue 40

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

Shades of Carmine #AB0528

Tints of Carmine #AB0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

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

R = 79.17%
G = 2.31%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB0528 (or 0xAB0528) is known color: Carmine. HEX triplet: AB, 05 and 28. RGB value is (171,5,40). Sum of RGB (Red+Green+Blue) = 171+5+40=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0528 is #54FAD7. Grayscale: #3A3A3A. Windows color (decimal): -5569240 or 2622891. OLE color: 2622891.

HSL color Cylindrical-coordinate representation of color #AB0528: hue angle of 347.35º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0528 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 5 40 -
CMYK 0 0.97 0.77 0.33
HSL 347.35º 0.94% 0.35% -
HSV(B) 347.35º 0.97% 0.67% -
XYZ 17.23 8.92 2.82 -
YUV 58.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 171 5 40 0 0.97 0.77 0.33 347.35 0.94 0.35
Hex AB 5 28 0 61 4D 21 15B 5E 23
Octal 253 5 50 0 141 115 41 533 136 43
Binary 10101011 101 101000 0 1100001 1001101 100001 101011011 1011110 100011

Color Harmonies of #AB0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0528

Black with #AB0528

Text Example


Text Example

White with #AB0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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