Html Css Color HEX #AB021A Carmine

📋 copy color: '#AB021A'

red 171 ◦ green 2 ◦ blue 26

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

Shades of Carmine #AB021A

Tints of Carmine #AB021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

 BLUE value IS 26 (10.55% from 255) = 13.07%

R = 85.93%
G = 1.01%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB021A (or 0xAB021A) is known color: Carmine. HEX triplet: AB, 02 and 1A. RGB value is (171,2,26). Sum of RGB (Red+Green+Blue) = 171+2+26=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB021A is #54FDE5. Grayscale: #373737. Windows color (decimal): -5570022 or 1704619. OLE color: 1704619.

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

Color convert

RGB 171 2 26 -
CMYK 0 0.99 0.85 0.33
HSL 351.48º 0.98% 0.34% -
HSV(B) 351.48º 0.99% 0.67% -
XYZ 17 8.78 1.78 -
YUV 55.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 171 2 26 0 0.99 0.85 0.33 351.48 0.98 0.34
Hex AB 2 1A 0 63 55 21 15F 62 22
Octal 253 2 32 0 143 125 41 537 142 42
Binary 10101011 10 11010 0 1100011 1010101 100001 101011111 1100010 100010

Color Harmonies of #AB021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB021A

Black with #AB021A

Text Example


Text Example

White with #AB021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB021A; }

 p { color: rgb(171,2,26); }

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

background-color css

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

 a { background-color: rgb(171,2,26); }

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

border-color css

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

 span { border-color: rgb(171,2,26); }

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