Html Css Color HEX #A60417 Carmine

📋 copy color: '#A60417'

red 166 ◦ green 4 ◦ blue 23

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

Shades of Carmine #A60417

Tints of Carmine #A60417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.92%

R = 86.01%
G = 2.07%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A60417 (or 0xA60417) is known color: Carmine. HEX triplet: A6, 04 and 17. RGB value is (166,4,23). Sum of RGB (Red+Green+Blue) = 166+4+23=193 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.01% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 166 - color contains mainly: red. Hex color #A60417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60417 is #59FBE8. Grayscale: #363636. Windows color (decimal): -5897193 or 1508518. OLE color: 1508518.

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

Color convert

RGB 166 4 23 -
CMYK 0 0.98 0.86 0.35
HSL 352.96º 0.95% 0.33% -
HSV(B) 352.96º 0.98% 0.65% -
XYZ 15.92 8.26 1.56 -
YUV 54.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 166 4 23 0 0.98 0.86 0.35 352.96 0.95 0.33
Hex A6 4 17 0 62 56 23 161 5F 21
Octal 246 4 27 0 142 126 43 541 137 41
Binary 10100110 100 10111 0 1100010 1010110 100011 101100001 1011111 100001

Color Harmonies of #A60417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60417

Black with #A60417

Text Example


Text Example

White with #A60417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60417; }

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

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

background-color css

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

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

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

border-color css

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

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

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