Html Css Color HEX #AB0916 Carmine

📋 copy color: '#AB0916'

red 171 ◦ green 9 ◦ blue 22

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

Shades of Carmine #AB0916

Tints of Carmine #AB0916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.89%

R = 84.65%
G = 4.46%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0916 (or 0xAB0916) is known color: Carmine. HEX triplet: AB, 09 and 16. RGB value is (171,9,22). Sum of RGB (Red+Green+Blue) = 171+9+22=202 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.65% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0916 is #54F6E9. Grayscale: #3B3B3B. Windows color (decimal): -5568234 or 1444267. OLE color: 1444267.

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

Color convert

RGB 171 9 22 -
CMYK 0 0.95 0.87 0.33
HSL 355.19º 0.9% 0.35% -
HSV(B) 355.19º 0.95% 0.67% -
XYZ 17.04 8.91 1.58 -
YUV 58.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 171 9 22 0 0.95 0.87 0.33 355.19 0.9 0.35
Hex AB 9 16 0 5F 57 21 163 5A 23
Octal 253 11 26 0 137 127 41 543 132 43
Binary 10101011 1001 10110 0 1011111 1010111 100001 101100011 1011010 100011

Color Harmonies of #AB0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0916

Black with #AB0916

Text Example


Text Example

White with #AB0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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