Html Css Color HEX #AB0118 Carmine

📋 copy color: '#AB0118'

red 171 ◦ green 1 ◦ blue 24

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

Shades of Carmine #AB0118

Tints of Carmine #AB0118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 87.24%
G = 0.51%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB0118 (or 0xAB0118) is known color: Carmine. HEX triplet: AB, 01 and 18. RGB value is (171,1,24). Sum of RGB (Red+Green+Blue) = 171+1+24=196 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.24% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0118 is #54FEE7. Grayscale: #363636. Windows color (decimal): -5570280 or 1573291. OLE color: 1573291.

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

Color convert

RGB 171 1 24 -
CMYK 0 0.99 0.86 0.33
HSL 351.88º 0.99% 0.34% -
HSV(B) 351.88º 0.99% 0.67% -
XYZ 16.97 8.75 1.66 -
YUV 54.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 171 1 24 0 0.99 0.86 0.33 351.88 0.99 0.34
Hex AB 1 18 0 63 56 21 160 63 22
Octal 253 1 30 0 143 126 41 540 143 42
Binary 10101011 1 11000 0 1100011 1010110 100001 101100000 1100011 100010

Color Harmonies of #AB0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0118

Black with #AB0118

Text Example


Text Example

White with #AB0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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