Html Css Color HEX #AB1328 Carmine

📋 copy color: '#AB1328'

red 171 ◦ green 19 ◦ blue 40

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

Shades of Carmine #AB1328

Tints of Carmine #AB1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.26%

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

R = 74.35%
G = 8.26%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB1328 (or 0xAB1328) is known color: Carmine. HEX triplet: AB, 13 and 28. RGB value is (171,19,40). Sum of RGB (Red+Green+Blue) = 171+19+40=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1328 is #54ECD7. Grayscale: #424242. Windows color (decimal): -5565656 or 2626475. OLE color: 2626475.

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

Color convert

RGB 171 19 40 -
CMYK 0 0.89 0.77 0.33
HSL 351.71º 0.8% 0.37% -
HSV(B) 351.71º 0.89% 0.67% -
XYZ 17.41 9.28 2.88 -
YUV 66.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 171 19 40 0 0.89 0.77 0.33 351.71 0.8 0.37
Hex AB 13 28 0 59 4D 21 160 50 25
Octal 253 23 50 0 131 115 41 540 120 45
Binary 10101011 10011 101000 0 1011001 1001101 100001 101100000 1010000 100101

Color Harmonies of #AB1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1328

Black with #AB1328

Text Example


Text Example

White with #AB1328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1328; }

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

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

background-color css

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

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

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

border-color css

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

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

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