Html Css Color HEX #AB001A Carmine

📋 copy color: '#AB001A'

red 171 ◦ green 0 ◦ blue 26

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

Shades of Carmine #AB001A

Tints of Carmine #AB001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.8%
G = 0%
B = 13.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB001A (or 0xAB001A) is known color: Carmine. HEX triplet: AB, 00 and 1A. RGB value is (171,0,26). Sum of RGB (Red+Green+Blue) = 171+0+26=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB001A is #54FFE5. Grayscale: #363636. Windows color (decimal): -5570534 or 1704107. OLE color: 1704107.

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

Color convert

RGB 171 0 26 -
CMYK 0 1 0.85 0.33
HSL 350.88º 1% 0.34% -
HSV(B) 350.88º 1% 0.67% -
XYZ 16.98 8.73 1.77 -
YUV 54.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 171 0 26 0 1 0.85 0.33 350.88 1 0.34
Hex AB 0 1A 0 64 55 21 15F 64 22
Octal 253 0 32 0 144 125 41 537 144 42
Binary 10101011 0 11010 0 1100100 1010101 100001 101011111 1100100 100010

Color Harmonies of #AB001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB001A

Black with #AB001A

Text Example


Text Example

White with #AB001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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