Html Css Color HEX #A60311 Carmine

📋 copy color: '#A60311'

red 166 ◦ green 3 ◦ blue 17

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

Shades of Carmine #A60311

Tints of Carmine #A60311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.61%

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

R = 89.25%
G = 1.61%
B = 9.14%

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

#A60311 (or 0xA60311) is known color: Carmine. HEX triplet: A6, 03 and 11. RGB value is (166,3,17). Sum of RGB (Red+Green+Blue) = 166+3+17=186 (24% of max value = 765). Red value is 166 (65.23% from 255 or 89.25% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 166 - color contains mainly: red. Hex color #A60311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60311 is #59FCEE. Grayscale: #353535. Windows color (decimal): -5897455 or 1115046. OLE color: 1115046.

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

Color convert

RGB 166 3 17 -
CMYK 0 0.98 0.90 0.35
HSL 354.85º 0.96% 0.33% -
HSV(B) 354.85º 0.98% 0.65% -
XYZ 15.86 8.21 1.28 -
YUV 53.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 166 3 17 0 0.98 0.90 0.35 354.85 0.96 0.33
Hex A6 3 11 0 62 5A 23 163 60 21
Octal 246 3 21 0 142 132 43 543 140 41
Binary 10100110 11 10001 0 1100010 1011010 100011 101100011 1100000 100001

Color Harmonies of #A60311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60311

Black with #A60311

Text Example


Text Example

White with #A60311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60311; }

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

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

background-color css

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

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

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

border-color css

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

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

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