Html Css Color HEX #AB0018 Carmine

📋 copy color: '#AB0018'

red 171 ◦ green 0 ◦ blue 24

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

Shades of Carmine #AB0018

Tints of Carmine #AB0018

RGB

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

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

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

R = 87.69%
G = 0%
B = 12.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB0018 (or 0xAB0018) is known color: Carmine. HEX triplet: AB, 00 and 18. RGB value is (171,0,24). Sum of RGB (Red+Green+Blue) = 171+0+24=195 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.69% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0018 is #54FFE7. Grayscale: #353535. Windows color (decimal): -5570536 or 1573035. OLE color: 1573035.

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

Color convert

RGB 171 0 24 -
CMYK 0 1 0.86 0.33
HSL 351.58º 1% 0.34% -
HSV(B) 351.58º 1% 0.67% -
XYZ 16.96 8.72 1.65 -
YUV 53.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 171 0 24 0 1 0.86 0.33 351.58 1 0.34
Hex AB 0 18 0 64 56 21 160 64 22
Octal 253 0 30 0 144 126 41 540 144 42
Binary 10101011 0 11000 0 1100100 1010110 100001 101100000 1100100 100010

Color Harmonies of #AB0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0018

Black with #AB0018

Text Example


Text Example

White with #AB0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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