Html Css Color HEX #A60028 Carmine

📋 copy color: '#A60028'

red 166 ◦ green 0 ◦ blue 40

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

Shades of Carmine #A60028

Tints of Carmine #A60028

RGB

 RED value IS 166 (65.23% from 255) = 80.58%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.58%
G = 0%
B = 19.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A60028 (or 0xA60028) is known color: Carmine. HEX triplet: A6, 00 and 28. RGB value is (166,0,40). Sum of RGB (Red+Green+Blue) = 166+0+40=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A60028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60028 is #59FFD7. Grayscale: #363636. Windows color (decimal): -5898200 or 2621606. OLE color: 2621606.

HSL color Cylindrical-coordinate representation of color #A60028: hue angle of 345.54º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60028 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 40 -
CMYK 0 1 0.76 0.35
HSL 345.54º 1% 0.33% -
HSV(B) 345.54º 1% 0.65% -
XYZ 16.11 8.26 2.75 -
YUV 54.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 166 0 40 0 1 0.76 0.35 345.54 1 0.33
Hex A6 0 28 0 64 4C 23 15A 64 21
Octal 246 0 50 0 144 114 43 532 144 41
Binary 10100110 0 101000 0 1100100 1001100 100011 101011010 1100100 100001

Color Harmonies of #A60028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60028

Black with #A60028

Text Example


Text Example

White with #A60028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60028; }

 p { color: rgb(166,0,40); }

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

background-color css

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

 a { background-color: rgb(166,0,40); }

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

border-color css

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

 span { border-color: rgb(166,0,40); }

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