Html Css Color HEX #A60414 Carmine

📋 copy color: '#A60414'

red 166 ◦ green 4 ◦ blue 20

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

Shades of Carmine #A60414

Tints of Carmine #A60414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.53%

R = 87.37%
G = 2.11%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A60414 (or 0xA60414) is known color: Carmine. HEX triplet: A6, 04 and 14. RGB value is (166,4,20). Sum of RGB (Red+Green+Blue) = 166+4+20=190 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.37% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 166 - color contains mainly: red. Hex color #A60414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60414 is #59FBEB. Grayscale: #363636. Windows color (decimal): -5897196 or 1311910. OLE color: 1311910.

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

Color convert

RGB 166 4 20 -
CMYK 0 0.98 0.88 0.35
HSL 354.07º 0.95% 0.33% -
HSV(B) 354.07º 0.98% 0.65% -
XYZ 15.9 8.24 1.42 -
YUV 54.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 166 4 20 0 0.98 0.88 0.35 354.07 0.95 0.33
Hex A6 4 14 0 62 58 23 162 5F 21
Octal 246 4 24 0 142 130 43 542 137 41
Binary 10100110 100 10100 0 1100010 1011000 100011 101100010 1011111 100001

Color Harmonies of #A60414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60414

Black with #A60414

Text Example


Text Example

White with #A60414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60414; }

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

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

background-color css

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

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

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

border-color css

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

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

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