Html Css Color HEX #AB0419 Carmine

📋 copy color: '#AB0419'

red 171 ◦ green 4 ◦ blue 25

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

Shades of Carmine #AB0419

Tints of Carmine #AB0419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 85.5%
G = 2%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB0419 (or 0xAB0419) is known color: Carmine. HEX triplet: AB, 04 and 19. RGB value is (171,4,25). Sum of RGB (Red+Green+Blue) = 171+4+25=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0419 is #54FBE6. Grayscale: #383838. Windows color (decimal): -5569511 or 1639595. OLE color: 1639595.

HSL color Cylindrical-coordinate representation of color #AB0419: hue angle of 352.46º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0419 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 25 -
CMYK 0 0.98 0.85 0.33
HSL 352.46º 0.95% 0.34% -
HSV(B) 352.46º 0.98% 0.67% -
XYZ 17.01 8.81 1.72 -
YUV 56.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 171 4 25 0 0.98 0.85 0.33 352.46 0.95 0.34
Hex AB 4 19 0 62 55 21 160 5F 22
Octal 253 4 31 0 142 125 41 540 137 42
Binary 10101011 100 11001 0 1100010 1010101 100001 101100000 1011111 100010

Color Harmonies of #AB0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0419

Black with #AB0419

Text Example


Text Example

White with #AB0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0419; }

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

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

background-color css

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

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

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

border-color css

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

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

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