Html Css Color HEX #A60936 Carmine

📋 copy color: '#A60936'

red 166 ◦ green 9 ◦ blue 54

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

Shades of Carmine #A60936

Tints of Carmine #A60936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 72.49%
G = 3.93%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A60936 (or 0xA60936) is known color: Carmine. HEX triplet: A6, 09 and 36. RGB value is (166,9,54). Sum of RGB (Red+Green+Blue) = 166+9+54=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A60936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60936 is #59F6C9. Grayscale: #3D3D3D. Windows color (decimal): -5895882 or 3541414. OLE color: 3541414.

HSL color Cylindrical-coordinate representation of color #A60936: hue angle of 342.8º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60936 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 54 -
CMYK 0 0.95 0.67 0.35
HSL 342.8º 0.9% 0.34% -
HSV(B) 342.8º 0.95% 0.65% -
XYZ 16.49 8.57 4.27 -
YUV 61.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 166 9 54 0 0.95 0.67 0.35 342.8 0.9 0.34
Hex A6 9 36 0 5F 43 23 157 5A 22
Octal 246 11 66 0 137 103 43 527 132 42
Binary 10100110 1001 110110 0 1011111 1000011 100011 101010111 1011010 100010

Color Harmonies of #A60936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60936

Black with #A60936

Text Example


Text Example

White with #A60936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60936; }

 p { color: rgb(166,9,54); }

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

background-color css

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

 a { background-color: rgb(166,9,54); }

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

border-color css

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

 span { border-color: rgb(166,9,54); }

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