Html Css Color HEX #AB171E Carmine

📋 copy color: '#AB171E'

red 171 ◦ green 23 ◦ blue 30

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

Shades of Carmine #AB171E

Tints of Carmine #AB171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 76.34%
G = 10.27%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB171E (or 0xAB171E) is known color: Carmine. HEX triplet: AB, 17 and 1E. RGB value is (171,23,30). Sum of RGB (Red+Green+Blue) = 171+23+30=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB171E is #54E8E1. Grayscale: #444444. Windows color (decimal): -5564642 or 1972139. OLE color: 1972139.

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

Color convert

RGB 171 23 30 -
CMYK 0 0.87 0.82 0.33
HSL 357.16º 0.76% 0.38% -
HSV(B) 357.16º 0.87% 0.67% -
XYZ 17.34 9.36 2.12 -
YUV 68.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 171 23 30 0 0.87 0.82 0.33 357.16 0.76 0.38
Hex AB 17 1E 0 57 52 21 165 4C 26
Octal 253 27 36 0 127 122 41 545 114 46
Binary 10101011 10111 11110 0 1010111 1010010 100001 101100101 1001100 100110

Color Harmonies of #AB171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB171E

Black with #AB171E

Text Example


Text Example

White with #AB171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB171E; }

 p { color: rgb(171,23,30); }

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

background-color css

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

 a { background-color: rgb(171,23,30); }

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

border-color css

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

 span { border-color: rgb(171,23,30); }

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