Html Css Color HEX #AB0912 Carmine

📋 copy color: '#AB0912'

red 171 ◦ green 9 ◦ blue 18

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

Shades of Carmine #AB0912

Tints of Carmine #AB0912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 86.36%
G = 4.55%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB0912 (or 0xAB0912) is known color: Carmine. HEX triplet: AB, 09 and 12. RGB value is (171,9,18). Sum of RGB (Red+Green+Blue) = 171+9+18=198 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.36% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0912 is #54F6ED. Grayscale: #3A3A3A. Windows color (decimal): -5568238 or 1182123. OLE color: 1182123.

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

Color convert

RGB 171 9 18 -
CMYK 0 0.95 0.89 0.33
HSL 356.67º 0.9% 0.35% -
HSV(B) 356.67º 0.95% 0.67% -
XYZ 17 8.9 1.39 -
YUV 58.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 171 9 18 0 0.95 0.89 0.33 356.67 0.9 0.35
Hex AB 9 12 0 5F 59 21 165 5A 23
Octal 253 11 22 0 137 131 41 545 132 43
Binary 10101011 1001 10010 0 1011111 1011001 100001 101100101 1011010 100011

Color Harmonies of #AB0912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0912

Black with #AB0912

Text Example


Text Example

White with #AB0912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0912; }

 p { color: rgb(171,9,18); }

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

background-color css

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

 a { background-color: rgb(171,9,18); }

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

border-color css

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

 span { border-color: rgb(171,9,18); }

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