Html Css Color HEX #AB0A1A Carmine

📋 copy color: '#AB0A1A'

red 171 ◦ green 10 ◦ blue 26

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

Shades of Carmine #AB0A1A

Tints of Carmine #AB0A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 26 (10.55% from 255) = 12.56%

R = 82.61%
G = 4.83%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB0A1A (or 0xAB0A1A) is known color: Carmine. HEX triplet: AB, 0A and 1A. RGB value is (171,10,26). Sum of RGB (Red+Green+Blue) = 171+10+26=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A1A is #54F5E5. Grayscale: #3C3C3C. Windows color (decimal): -5567974 or 1706667. OLE color: 1706667.

HSL color Cylindrical-coordinate representation of color #AB0A1A: hue angle of 354.04º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A1A is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 10 26 -
CMYK 0 0.94 0.85 0.33
HSL 354.04º 0.89% 0.35% -
HSV(B) 354.04º 0.94% 0.67% -
XYZ 17.09 8.95 1.8 -
YUV 59.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 171 10 26 0 0.94 0.85 0.33 354.04 0.89 0.35
Hex AB A 1A 0 5E 55 21 162 59 23
Octal 253 12 32 0 136 125 41 542 131 43
Binary 10101011 1010 11010 0 1011110 1010101 100001 101100010 1011001 100011

Color Harmonies of #AB0A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A1A

Black with #AB0A1A

Text Example


Text Example

White with #AB0A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A1A; }

 p { color: rgb(171,10,26); }

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

background-color css

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

 a { background-color: rgb(171,10,26); }

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

border-color css

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

 span { border-color: rgb(171,10,26); }

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