Html Css Color HEX #AB0919 Carmine

📋 copy color: '#AB0919'

red 171 ◦ green 9 ◦ blue 25

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

Shades of Carmine #AB0919

Tints of Carmine #AB0919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.2%

R = 83.41%
G = 4.39%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB0919 (or 0xAB0919) is known color: Carmine. HEX triplet: AB, 09 and 19. RGB value is (171,9,25). Sum of RGB (Red+Green+Blue) = 171+9+25=205 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.41% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0919 is #54F6E6. Grayscale: #3B3B3B. Windows color (decimal): -5568231 or 1640875. OLE color: 1640875.

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

Color convert

RGB 171 9 25 -
CMYK 0 0.95 0.85 0.33
HSL 354.07º 0.9% 0.35% -
HSV(B) 354.07º 0.95% 0.67% -
XYZ 17.07 8.92 1.74 -
YUV 59.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 171 9 25 0 0.95 0.85 0.33 354.07 0.9 0.35
Hex AB 9 19 0 5F 55 21 162 5A 23
Octal 253 11 31 0 137 125 41 542 132 43
Binary 10101011 1001 11001 0 1011111 1010101 100001 101100010 1011010 100011

Color Harmonies of #AB0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0919

Black with #AB0919

Text Example


Text Example

White with #AB0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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