Html Css Color HEX #AB0126 Carmine

📋 copy color: '#AB0126'

red 171 ◦ green 1 ◦ blue 38

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

Shades of Carmine #AB0126

Tints of Carmine #AB0126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 81.43%
G = 0.48%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0126 (or 0xAB0126) is known color: Carmine. HEX triplet: AB, 01 and 26. RGB value is (171,1,38). Sum of RGB (Red+Green+Blue) = 171+1+38=210 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.43% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0126 is #54FED9. Grayscale: #383838. Windows color (decimal): -5570266 or 2490795. OLE color: 2490795.

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

Color convert

RGB 171 1 38 -
CMYK 0 0.99 0.78 0.33
HSL 346.94º 0.99% 0.34% -
HSV(B) 346.94º 0.99% 0.67% -
XYZ 17.16 8.82 2.63 -
YUV 56.05 117.82 209.99 -
System Red Green Blue C M Y K H S L
Decimal 171 1 38 0 0.99 0.78 0.33 346.94 0.99 0.34
Hex AB 1 26 0 63 4E 21 15B 63 22
Octal 253 1 46 0 143 116 41 533 143 42
Binary 10101011 1 100110 0 1100011 1001110 100001 101011011 1100011 100010

Color Harmonies of #AB0126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0126

Black with #AB0126

Text Example


Text Example

White with #AB0126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0126; }

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

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

background-color css

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

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

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

border-color css

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

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

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