Html Css Color HEX #A60426 Carmine

📋 copy color: '#A60426'

red 166 ◦ green 4 ◦ blue 38

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

Shades of Carmine #A60426

Tints of Carmine #A60426

RGB

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

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

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

R = 79.81%
G = 1.92%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A60426 (or 0xA60426) is known color: Carmine. HEX triplet: A6, 04 and 26. RGB value is (166,4,38). Sum of RGB (Red+Green+Blue) = 166+4+38=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A60426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60426 is #59FBD9. Grayscale: #383838. Windows color (decimal): -5897178 or 2491558. OLE color: 2491558.

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

Color convert

RGB 166 4 38 -
CMYK 0 0.98 0.77 0.35
HSL 347.41º 0.95% 0.33% -
HSV(B) 347.41º 0.98% 0.65% -
XYZ 16.12 8.33 2.59 -
YUV 56.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 166 4 38 0 0.98 0.77 0.35 347.41 0.95 0.33
Hex A6 4 26 0 62 4D 23 15B 5F 21
Octal 246 4 46 0 142 115 43 533 137 41
Binary 10100110 100 100110 0 1100010 1001101 100011 101011011 1011111 100001

Color Harmonies of #A60426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60426

Black with #A60426

Text Example


Text Example

White with #A60426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60426; }

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

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

background-color css

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

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

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

border-color css

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

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

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