Html Css Color HEX #AB0811 Carmine

📋 copy color: '#AB0811'

red 171 ◦ green 8 ◦ blue 17

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

Shades of Carmine #AB0811

Tints of Carmine #AB0811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 87.24%
G = 4.08%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB0811 (or 0xAB0811) is known color: Carmine. HEX triplet: AB, 08 and 11. RGB value is (171,8,17). Sum of RGB (Red+Green+Blue) = 171+8+17=196 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.24% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0811 is #54F7EE. Grayscale: #393939. Windows color (decimal): -5568495 or 1116331. OLE color: 1116331.

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

Color convert

RGB 171 8 17 -
CMYK 0 0.95 0.90 0.33
HSL 356.69º 0.91% 0.35% -
HSV(B) 356.69º 0.95% 0.67% -
XYZ 16.98 8.87 1.35 -
YUV 57.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 171 8 17 0 0.95 0.90 0.33 356.69 0.91 0.35
Hex AB 8 11 0 5F 5A 21 165 5B 23
Octal 253 10 21 0 137 132 41 545 133 43
Binary 10101011 1000 10001 0 1011111 1011010 100001 101100101 1011011 100011

Color Harmonies of #AB0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0811

Black with #AB0811

Text Example


Text Example

White with #AB0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0811; }

 p { color: rgb(171,8,17); }

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

background-color css

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

 a { background-color: rgb(171,8,17); }

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

border-color css

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

 span { border-color: rgb(171,8,17); }

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