Html Css Color HEX #AB0015 Carmine

📋 copy color: '#AB0015'

red 171 ◦ green 0 ◦ blue 21

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

Shades of Carmine #AB0015

Tints of Carmine #AB0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 10.94%

R = 89.06%
G = 0%
B = 10.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB0015 (or 0xAB0015) is known color: Carmine. HEX triplet: AB, 00 and 15. RGB value is (171,0,21). Sum of RGB (Red+Green+Blue) = 171+0+21=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0015 is #54FFEA. Grayscale: #353535. Windows color (decimal): -5570539 or 1376427. OLE color: 1376427.

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

Color convert

RGB 171 0 21 -
CMYK 0 1 0.88 0.33
HSL 352.63º 1% 0.34% -
HSV(B) 352.63º 1% 0.67% -
XYZ 16.93 8.71 1.5 -
YUV 53.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 171 0 21 0 1 0.88 0.33 352.63 1 0.34
Hex AB 0 15 0 64 58 21 161 64 22
Octal 253 0 25 0 144 130 41 541 144 42
Binary 10101011 0 10101 0 1100100 1011000 100001 101100001 1100100 100010

Color Harmonies of #AB0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0015

Black with #AB0015

Text Example


Text Example

White with #AB0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0015; }

 p { color: rgb(171,0,21); }

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

background-color css

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

 a { background-color: rgb(171,0,21); }

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

border-color css

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

 span { border-color: rgb(171,0,21); }

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