Html Css Color HEX #A60416 Carmine

📋 copy color: '#A60416'

red 166 ◦ green 4 ◦ blue 22

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

Shades of Carmine #A60416

Tints of Carmine #A60416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.46%

R = 86.46%
G = 2.08%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A60416 (or 0xA60416) is known color: Carmine. HEX triplet: A6, 04 and 16. RGB value is (166,4,22). Sum of RGB (Red+Green+Blue) = 166+4+22=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A60416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60416 is #59FBE9. Grayscale: #363636. Windows color (decimal): -5897194 or 1442982. OLE color: 1442982.

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

Color convert

RGB 166 4 22 -
CMYK 0 0.98 0.87 0.35
HSL 353.33º 0.95% 0.33% -
HSV(B) 353.33º 0.98% 0.65% -
XYZ 15.91 8.25 1.51 -
YUV 54.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 166 4 22 0 0.98 0.87 0.35 353.33 0.95 0.33
Hex A6 4 16 0 62 57 23 161 5F 21
Octal 246 4 26 0 142 127 43 541 137 41
Binary 10100110 100 10110 0 1100010 1010111 100011 101100001 1011111 100001

Color Harmonies of #A60416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60416

Black with #A60416

Text Example


Text Example

White with #A60416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60416; }

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

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

background-color css

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

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

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

border-color css

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

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

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