Html Css Color HEX #AB0917 Carmine

📋 copy color: '#AB0917'

red 171 ◦ green 9 ◦ blue 23

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

Shades of Carmine #AB0917

Tints of Carmine #AB0917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 84.24%
G = 4.43%
B = 11.33%

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

#AB0917 (or 0xAB0917) is known color: Carmine. HEX triplet: AB, 09 and 17. RGB value is (171,9,23). Sum of RGB (Red+Green+Blue) = 171+9+23=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0917 is #54F6E8. Grayscale: #3B3B3B. Windows color (decimal): -5568233 or 1509803. OLE color: 1509803.

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

Color convert

RGB 171 9 23 -
CMYK 0 0.95 0.87 0.33
HSL 354.81º 0.9% 0.35% -
HSV(B) 354.81º 0.95% 0.67% -
XYZ 17.05 8.92 1.63 -
YUV 59.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 171 9 23 0 0.95 0.87 0.33 354.81 0.9 0.35
Hex AB 9 17 0 5F 57 21 163 5A 23
Octal 253 11 27 0 137 127 41 543 132 43
Binary 10101011 1001 10111 0 1011111 1010111 100001 101100011 1011010 100011

Color Harmonies of #AB0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0917

Black with #AB0917

Text Example


Text Example

White with #AB0917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0917; }

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

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

background-color css

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

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

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

border-color css

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

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

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