Html Css Color HEX #A60030 Carmine

📋 copy color: '#A60030'

red 166 ◦ green 0 ◦ blue 48

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

Shades of Carmine #A60030

Tints of Carmine #A60030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.57%
G = 0%
B = 22.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A60030 (or 0xA60030) is known color: Carmine. HEX triplet: A6, 00 and 30. RGB value is (166,0,48). Sum of RGB (Red+Green+Blue) = 166+0+48=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A60030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60030 is #59FFCF. Grayscale: #373737. Windows color (decimal): -5898192 or 3145894. OLE color: 3145894.

HSL color Cylindrical-coordinate representation of color #A60030: hue angle of 342.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A60030 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 0 48 -
CMYK 0 1 0.71 0.35
HSL 342.65º 1% 0.33% -
HSV(B) 342.65º 1% 0.65% -
XYZ 16.26 8.32 3.55 -
YUV 55.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 166 0 48 0 1 0.71 0.35 342.65 1 0.33
Hex A6 0 30 0 64 47 23 157 64 21
Octal 246 0 60 0 144 107 43 527 144 41
Binary 10100110 0 110000 0 1100100 1000111 100011 101010111 1100100 100001

Color Harmonies of #A60030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60030

Black with #A60030

Text Example


Text Example

White with #A60030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60030; }

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

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

background-color css

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

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

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

border-color css

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

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

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