Html Css Color HEX #AB0026 Carmine

📋 copy color: '#AB0026'

red 171 ◦ green 0 ◦ blue 38

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

Shades of Carmine #AB0026

Tints of Carmine #AB0026

RGB

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

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

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

R = 81.82%
G = 0%
B = 18.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0026 (or 0xAB0026) is known color: Carmine. HEX triplet: AB, 00 and 26. RGB value is (171,0,38). Sum of RGB (Red+Green+Blue) = 171+0+38=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0026 is #54FFD9. Grayscale: #373737. Windows color (decimal): -5570522 or 2490539. OLE color: 2490539.

HSL color Cylindrical-coordinate representation of color #AB0026: hue angle of 346.67º 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 #AB0026 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 0 38 -
CMYK 0 1 0.78 0.33
HSL 346.67º 1% 0.34% -
HSV(B) 346.67º 1% 0.67% -
XYZ 17.14 8.8 2.63 -
YUV 55.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 171 0 38 0 1 0.78 0.33 346.67 1 0.34
Hex AB 0 26 0 64 4E 21 15B 64 22
Octal 253 0 46 0 144 116 41 533 144 42
Binary 10101011 0 100110 0 1100100 1001110 100001 101011011 1100100 100010

Color Harmonies of #AB0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0026

Black with #AB0026

Text Example


Text Example

White with #AB0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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