Html Css Color HEX #AB1526 Carmine

📋 copy color: '#AB1526'

red 171 ◦ green 21 ◦ blue 38

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

Shades of Carmine #AB1526

Tints of Carmine #AB1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

 BLUE value IS 38 (15.23% from 255) = 16.52%

R = 74.35%
G = 9.13%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB1526 (or 0xAB1526) is known color: Carmine. HEX triplet: AB, 15 and 26. RGB value is (171,21,38). Sum of RGB (Red+Green+Blue) = 171+21+38=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1526 is #54EAD9. Grayscale: #434343. Windows color (decimal): -5565146 or 2495915. OLE color: 2495915.

HSL color Cylindrical-coordinate representation of color #AB1526: hue angle of 353.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1526 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 38 -
CMYK 0 0.88 0.78 0.33
HSL 353.2º 0.78% 0.38% -
HSV(B) 353.2º 0.88% 0.67% -
XYZ 17.41 9.33 2.72 -
YUV 67.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 171 21 38 0 0.88 0.78 0.33 353.2 0.78 0.38
Hex AB 15 26 0 58 4E 21 161 4E 26
Octal 253 25 46 0 130 116 41 541 116 46
Binary 10101011 10101 100110 0 1011000 1001110 100001 101100001 1001110 100110

Color Harmonies of #AB1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1526

Black with #AB1526

Text Example


Text Example

White with #AB1526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1526; }

 p { color: rgb(171,21,38); }

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

background-color css

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

 a { background-color: rgb(171,21,38); }

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

border-color css

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

 span { border-color: rgb(171,21,38); }

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