Html Css Color HEX #AB101D Carmine

📋 copy color: '#AB101D'

red 171 ◦ green 16 ◦ blue 29

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

Shades of Carmine #AB101D

Tints of Carmine #AB101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

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

R = 79.17%
G = 7.41%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB101D (or 0xAB101D) is known color: Carmine. HEX triplet: AB, 10 and 1D. RGB value is (171,16,29). Sum of RGB (Red+Green+Blue) = 171+16+29=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB101D is #54EFE2. Grayscale: #3F3F3F. Windows color (decimal): -5566435 or 1904811. OLE color: 1904811.

HSL color Cylindrical-coordinate representation of color #AB101D: hue angle of 354.97º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB101D is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 16 29 -
CMYK 0 0.91 0.83 0.33
HSL 354.97º 0.83% 0.37% -
HSV(B) 354.97º 0.91% 0.67% -
XYZ 17.2 9.12 2.02 -
YUV 63.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 171 16 29 0 0.91 0.83 0.33 354.97 0.83 0.37
Hex AB 10 1D 0 5B 53 21 163 53 25
Octal 253 20 35 0 133 123 41 543 123 45
Binary 10101011 10000 11101 0 1011011 1010011 100001 101100011 1010011 100101

Color Harmonies of #AB101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB101D

Black with #AB101D

Text Example


Text Example

White with #AB101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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