Html Css Color HEX #AB081B Carmine

📋 copy color: '#AB081B'

red 171 ◦ green 8 ◦ blue 27

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

Shades of Carmine #AB081B

Tints of Carmine #AB081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 83.01%
G = 3.88%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB081B (or 0xAB081B) is known color: Carmine. HEX triplet: AB, 08 and 1B. RGB value is (171,8,27). Sum of RGB (Red+Green+Blue) = 171+8+27=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB081B is #54F7E4. Grayscale: #3A3A3A. Windows color (decimal): -5568485 or 1771691. OLE color: 1771691.

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

Color convert

RGB 171 8 27 -
CMYK 0 0.95 0.84 0.33
HSL 353.01º 0.91% 0.35% -
HSV(B) 353.01º 0.95% 0.67% -
XYZ 17.08 8.91 1.86 -
YUV 58.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 171 8 27 0 0.95 0.84 0.33 353.01 0.91 0.35
Hex AB 8 1B 0 5F 54 21 161 5B 23
Octal 253 10 33 0 137 124 41 541 133 43
Binary 10101011 1000 11011 0 1011111 1010100 100001 101100001 1011011 100011

Color Harmonies of #AB081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB081B

Black with #AB081B

Text Example


Text Example

White with #AB081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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