Html Css Color HEX #A60026 Carmine

📋 copy color: '#A60026'

red 166 ◦ green 0 ◦ blue 38

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

Shades of Carmine #A60026

Tints of Carmine #A60026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.63%

R = 81.37%
G = 0%
B = 18.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A60026 (or 0xA60026) is known color: Carmine. HEX triplet: A6, 00 and 26. RGB value is (166,0,38). Sum of RGB (Red+Green+Blue) = 166+0+38=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A60026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60026 is #59FFD9. Grayscale: #353535. Windows color (decimal): -5898202 or 2490534. OLE color: 2490534.

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

Color convert

RGB 166 0 38 -
CMYK 0 1 0.77 0.35
HSL 346.27º 1% 0.33% -
HSV(B) 346.27º 1% 0.65% -
XYZ 16.08 8.25 2.58 -
YUV 53.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 166 0 38 0 1 0.77 0.35 346.27 1 0.33
Hex A6 0 26 0 64 4D 23 15A 64 21
Octal 246 0 46 0 144 115 43 532 144 41
Binary 10100110 0 100110 0 1100100 1001101 100011 101011010 1100100 100001

Color Harmonies of #A60026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60026

Black with #A60026

Text Example


Text Example

White with #A60026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60026; }

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

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

background-color css

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

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

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

border-color css

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

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

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