Html Css Color HEX #AB0619 Carmine

📋 copy color: '#AB0619'

red 171 ◦ green 6 ◦ blue 25

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

Shades of Carmine #AB0619

Tints of Carmine #AB0619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

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

R = 84.65%
G = 2.97%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB0619 (or 0xAB0619) is known color: Carmine. HEX triplet: AB, 06 and 19. RGB value is (171,6,25). Sum of RGB (Red+Green+Blue) = 171+6+25=202 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.65% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0619 is #54F9E6. Grayscale: #393939. Windows color (decimal): -5568999 or 1640107. OLE color: 1640107.

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

Color convert

RGB 171 6 25 -
CMYK 0 0.96 0.85 0.33
HSL 353.09º 0.93% 0.35% -
HSV(B) 353.09º 0.96% 0.67% -
XYZ 17.04 8.86 1.73 -
YUV 57.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 171 6 25 0 0.96 0.85 0.33 353.09 0.93 0.35
Hex AB 6 19 0 60 55 21 161 5D 23
Octal 253 6 31 0 140 125 41 541 135 43
Binary 10101011 110 11001 0 1100000 1010101 100001 101100001 1011101 100011

Color Harmonies of #AB0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0619

Black with #AB0619

Text Example


Text Example

White with #AB0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0619; }

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

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

background-color css

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

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

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

border-color css

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

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

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