Html Css Color HEX #A60411 Carmine

📋 copy color: '#A60411'

red 166 ◦ green 4 ◦ blue 17

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

Shades of Carmine #A60411

Tints of Carmine #A60411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 88.77%
G = 2.14%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A60411 (or 0xA60411) is known color: Carmine. HEX triplet: A6, 04 and 11. RGB value is (166,4,17). Sum of RGB (Red+Green+Blue) = 166+4+17=187 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.77% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 166 - color contains mainly: red. Hex color #A60411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60411 is #59FBEE. Grayscale: #363636. Windows color (decimal): -5897199 or 1115302. OLE color: 1115302.

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

Color convert

RGB 166 4 17 -
CMYK 0 0.98 0.90 0.35
HSL 355.19º 0.95% 0.33% -
HSV(B) 355.19º 0.98% 0.65% -
XYZ 15.87 8.23 1.28 -
YUV 53.92 107.17 207.94 -
System Red Green Blue C M Y K H S L
Decimal 166 4 17 0 0.98 0.90 0.35 355.19 0.95 0.33
Hex A6 4 11 0 62 5A 23 163 5F 21
Octal 246 4 21 0 142 132 43 543 137 41
Binary 10100110 100 10001 0 1100010 1011010 100011 101100011 1011111 100001

Color Harmonies of #A60411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60411

Black with #A60411

Text Example


Text Example

White with #A60411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60411; }

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

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

background-color css

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

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

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

border-color css

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

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

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