Html Css Color HEX #AB0114 Carmine

📋 copy color: '#AB0114'

red 171 ◦ green 1 ◦ blue 20

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

Shades of Carmine #AB0114

Tints of Carmine #AB0114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 89.06%
G = 0.52%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB0114 (or 0xAB0114) is known color: Carmine. HEX triplet: AB, 01 and 14. RGB value is (171,1,20). Sum of RGB (Red+Green+Blue) = 171+1+20=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0114 is #54FEEB. Grayscale: #363636. Windows color (decimal): -5570284 or 1311147. OLE color: 1311147.

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

Color convert

RGB 171 1 20 -
CMYK 0 0.99 0.88 0.33
HSL 353.29º 0.99% 0.34% -
HSV(B) 353.29º 0.99% 0.67% -
XYZ 16.93 8.73 1.45 -
YUV 54 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 171 1 20 0 0.99 0.88 0.33 353.29 0.99 0.34
Hex AB 1 14 0 63 58 21 161 63 22
Octal 253 1 24 0 143 130 41 541 143 42
Binary 10101011 1 10100 0 1100011 1011000 100001 101100001 1100011 100010

Color Harmonies of #AB0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0114

Black with #AB0114

Text Example


Text Example

White with #AB0114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0114; }

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

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

background-color css

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

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

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

border-color css

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

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

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