Html Css Color HEX #AB001D Carmine

📋 copy color: '#AB001D'

red 171 ◦ green 0 ◦ blue 29

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

Shades of Carmine #AB001D

Tints of Carmine #AB001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 85.5%
G = 0%
B = 14.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB001D (or 0xAB001D) is known color: Carmine. HEX triplet: AB, 00 and 1D. RGB value is (171,0,29). Sum of RGB (Red+Green+Blue) = 171+0+29=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB001D is #54FFE2. Grayscale: #363636. Windows color (decimal): -5570531 or 1900715. OLE color: 1900715.

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

Color convert

RGB 171 0 29 -
CMYK 0 1 0.83 0.33
HSL 349.82º 1% 0.34% -
HSV(B) 349.82º 1% 0.67% -
XYZ 17.02 8.75 1.95 -
YUV 54.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 171 0 29 0 1 0.83 0.33 349.82 1 0.34
Hex AB 0 1D 0 64 53 21 15E 64 22
Octal 253 0 35 0 144 123 41 536 144 42
Binary 10101011 0 11101 0 1100100 1010011 100001 101011110 1100100 100010

Color Harmonies of #AB001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB001D

Black with #AB001D

Text Example


Text Example

White with #AB001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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