Html Css Color HEX #AB011D Carmine

📋 copy color: '#AB011D'

red 171 ◦ green 1 ◦ blue 29

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

Shades of Carmine #AB011D

Tints of Carmine #AB011D

RGB

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

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

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

R = 85.07%
G = 0.5%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB011D (or 0xAB011D) is known color: Carmine. HEX triplet: AB, 01 and 1D. RGB value is (171,1,29). Sum of RGB (Red+Green+Blue) = 171+1+29=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB011D is #54FEE2. Grayscale: #373737. Windows color (decimal): -5570275 or 1900971. OLE color: 1900971.

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

Color convert

RGB 171 1 29 -
CMYK 0 0.99 0.83 0.33
HSL 350.12º 0.99% 0.34% -
HSV(B) 350.12º 0.99% 0.67% -
XYZ 17.03 8.77 1.96 -
YUV 55.02 113.32 210.72 -
System Red Green Blue C M Y K H S L
Decimal 171 1 29 0 0.99 0.83 0.33 350.12 0.99 0.34
Hex AB 1 1D 0 63 53 21 15E 63 22
Octal 253 1 35 0 143 123 41 536 143 42
Binary 10101011 1 11101 0 1100011 1010011 100001 101011110 1100011 100010

Color Harmonies of #AB011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB011D

Black with #AB011D

Text Example


Text Example

White with #AB011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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