Html Css Color HEX #AB0628 Carmine

📋 copy color: '#AB0628'

red 171 ◦ green 6 ◦ blue 40

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

Shades of Carmine #AB0628

Tints of Carmine #AB0628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 78.8%
G = 2.76%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB0628 (or 0xAB0628) is known color: Carmine. HEX triplet: AB, 06 and 28. RGB value is (171,6,40). Sum of RGB (Red+Green+Blue) = 171+6+40=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0628 is #54F9D7. Grayscale: #3B3B3B. Windows color (decimal): -5568984 or 2623147. OLE color: 2623147.

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

Color convert

RGB 171 6 40 -
CMYK 0 0.96 0.77 0.33
HSL 347.64º 0.93% 0.35% -
HSV(B) 347.64º 0.96% 0.67% -
XYZ 17.24 8.94 2.82 -
YUV 59.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 171 6 40 0 0.96 0.77 0.33 347.64 0.93 0.35
Hex AB 6 28 0 60 4D 21 15C 5D 23
Octal 253 6 50 0 140 115 41 534 135 43
Binary 10101011 110 101000 0 1100000 1001101 100001 101011100 1011101 100011

Color Harmonies of #AB0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0628

Black with #AB0628

Text Example


Text Example

White with #AB0628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0628; }

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

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

background-color css

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

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

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

border-color css

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

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

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