Html Css Color HEX #A60930 Carmine

📋 copy color: '#A60930'

red 166 ◦ green 9 ◦ blue 48

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

Shades of Carmine #A60930

Tints of Carmine #A60930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.52%

R = 74.44%
G = 4.04%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A60930 (or 0xA60930) is known color: Carmine. HEX triplet: A6, 09 and 30. RGB value is (166,9,48). Sum of RGB (Red+Green+Blue) = 166+9+48=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A60930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60930 is #59F6CF. Grayscale: #3C3C3C. Windows color (decimal): -5895888 or 3148198. OLE color: 3148198.

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

Color convert

RGB 166 9 48 -
CMYK 0 0.95 0.71 0.35
HSL 345.1º 0.9% 0.34% -
HSV(B) 345.1º 0.95% 0.65% -
XYZ 16.36 8.52 3.58 -
YUV 60.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 166 9 48 0 0.95 0.71 0.35 345.1 0.9 0.34
Hex A6 9 30 0 5F 47 23 159 5A 22
Octal 246 11 60 0 137 107 43 531 132 42
Binary 10100110 1001 110000 0 1011111 1000111 100011 101011001 1011010 100010

Color Harmonies of #A60930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60930

Black with #A60930

Text Example


Text Example

White with #A60930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60930; }

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

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

background-color css

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

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

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

border-color css

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

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

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