Html Css Color HEX #AB1014 Carmine

📋 copy color: '#AB1014'

red 171 ◦ green 16 ◦ blue 20

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

Shades of Carmine #AB1014

Tints of Carmine #AB1014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 82.61%
G = 7.73%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB1014 (or 0xAB1014) is known color: Carmine. HEX triplet: AB, 10 and 14. RGB value is (171,16,20). Sum of RGB (Red+Green+Blue) = 171+16+20=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1014 is #54EFEB. Grayscale: #3E3E3E. Windows color (decimal): -5566444 or 1314987. OLE color: 1314987.

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

Color convert

RGB 171 16 20 -
CMYK 0 0.91 0.88 0.33
HSL 358.45º 0.83% 0.37% -
HSV(B) 358.45º 0.91% 0.67% -
XYZ 17.11 9.08 1.51 -
YUV 62.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 171 16 20 0 0.91 0.88 0.33 358.45 0.83 0.37
Hex AB 10 14 0 5B 58 21 166 53 25
Octal 253 20 24 0 133 130 41 546 123 45
Binary 10101011 10000 10100 0 1011011 1011000 100001 101100110 1010011 100101

Color Harmonies of #AB1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1014

Black with #AB1014

Text Example


Text Example

White with #AB1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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