Html Css Color HEX #AB0920 Carmine

📋 copy color: '#AB0920'

red 171 ◦ green 9 ◦ blue 32

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

Shades of Carmine #AB0920

Tints of Carmine #AB0920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 80.66%
G = 4.25%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB0920 (or 0xAB0920) is known color: Carmine. HEX triplet: AB, 09 and 20. RGB value is (171,9,32). Sum of RGB (Red+Green+Blue) = 171+9+32=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0920 is #54F6DF. Grayscale: #3C3C3C. Windows color (decimal): -5568224 or 2099627. OLE color: 2099627.

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

Color convert

RGB 171 9 32 -
CMYK 0 0.95 0.81 0.33
HSL 351.48º 0.9% 0.35% -
HSV(B) 351.48º 0.95% 0.67% -
XYZ 17.15 8.96 2.19 -
YUV 60.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 171 9 32 0 0.95 0.81 0.33 351.48 0.9 0.35
Hex AB 9 20 0 5F 51 21 15F 5A 23
Octal 253 11 40 0 137 121 41 537 132 43
Binary 10101011 1001 100000 0 1011111 1010001 100001 101011111 1011010 100011

Color Harmonies of #AB0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0920

Black with #AB0920

Text Example


Text Example

White with #AB0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0920; }

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

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

background-color css

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

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

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

border-color css

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

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

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