Html Css Color HEX #AB0010 Carmine

📋 copy color: '#AB0010'

red 171 ◦ green 0 ◦ blue 16

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

Shades of Carmine #AB0010

Tints of Carmine #AB0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.56%

R = 91.44%
G = 0%
B = 8.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB0010 (or 0xAB0010) is known color: Carmine. HEX triplet: AB, 00 and 10. RGB value is (171,0,16). Sum of RGB (Red+Green+Blue) = 171+0+16=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0010 is #54FFEF. Grayscale: #353535. Windows color (decimal): -5570544 or 1048747. OLE color: 1048747.

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

Color convert

RGB 171 0 16 -
CMYK 0 1 0.91 0.33
HSL 354.39º 1% 0.34% -
HSV(B) 354.39º 1% 0.67% -
XYZ 16.89 8.7 1.28 -
YUV 52.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 171 0 16 0 1 0.91 0.33 354.39 1 0.34
Hex AB 0 10 0 64 5B 21 162 64 22
Octal 253 0 20 0 144 133 41 542 144 42
Binary 10101011 0 10000 0 1100100 1011011 100001 101100010 1100100 100010

Color Harmonies of #AB0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0010

Black with #AB0010

Text Example


Text Example

White with #AB0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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