Html Css Color HEX #AB141E Carmine

📋 copy color: '#AB141E'

red 171 ◦ green 20 ◦ blue 30

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

Shades of Carmine #AB141E

Tints of Carmine #AB141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 77.38%
G = 9.05%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB141E (or 0xAB141E) is known color: Carmine. HEX triplet: AB, 14 and 1E. RGB value is (171,20,30). Sum of RGB (Red+Green+Blue) = 171+20+30=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB141E is #54EBE1. Grayscale: #424242. Windows color (decimal): -5565410 or 1971371. OLE color: 1971371.

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

Color convert

RGB 171 20 30 -
CMYK 0 0.88 0.82 0.33
HSL 356.03º 0.79% 0.37% -
HSV(B) 356.03º 0.88% 0.67% -
XYZ 17.28 9.25 2.1 -
YUV 66.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 171 20 30 0 0.88 0.82 0.33 356.03 0.79 0.37
Hex AB 14 1E 0 58 52 21 164 4F 25
Octal 253 24 36 0 130 122 41 544 117 45
Binary 10101011 10100 11110 0 1011000 1010010 100001 101100100 1001111 100101

Color Harmonies of #AB141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB141E

Black with #AB141E

Text Example


Text Example

White with #AB141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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