Html Css Color HEX #AB181D Carmine

📋 copy color: '#AB181D'

red 171 ◦ green 24 ◦ blue 29

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

Shades of Carmine #AB181D

Tints of Carmine #AB181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

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

R = 76.34%
G = 10.71%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB181D (or 0xAB181D) is known color: Carmine. HEX triplet: AB, 18 and 1D. RGB value is (171,24,29). Sum of RGB (Red+Green+Blue) = 171+24+29=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB181D is #54E7E2. Grayscale: #444444. Windows color (decimal): -5564387 or 1906859. OLE color: 1906859.

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

Color convert

RGB 171 24 29 -
CMYK 0 0.86 0.83 0.33
HSL 357.96º 0.75% 0.38% -
HSV(B) 357.96º 0.86% 0.67% -
XYZ 17.34 9.4 2.06 -
YUV 68.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 171 24 29 0 0.86 0.83 0.33 357.96 0.75 0.38
Hex AB 18 1D 0 56 53 21 166 4B 26
Octal 253 30 35 0 126 123 41 546 113 46
Binary 10101011 11000 11101 0 1010110 1010011 100001 101100110 1001011 100110

Color Harmonies of #AB181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB181D

Black with #AB181D

Text Example


Text Example

White with #AB181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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