Html Css Color HEX #A60033 Carmine

📋 copy color: '#A60033'

red 166 ◦ green 0 ◦ blue 51

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

Shades of Carmine #A60033

Tints of Carmine #A60033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 76.5%
G = 0%
B = 23.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A60033 (or 0xA60033) is known color: Carmine. HEX triplet: A6, 00 and 33. RGB value is (166,0,51). Sum of RGB (Red+Green+Blue) = 166+0+51=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A60033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60033 is #59FFCC. Grayscale: #373737. Windows color (decimal): -5898189 or 3342502. OLE color: 3342502.

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

Color convert

RGB 166 0 51 -
CMYK 0 1 0.69 0.35
HSL 341.57º 1% 0.33% -
HSV(B) 341.57º 1% 0.65% -
XYZ 16.32 8.35 3.88 -
YUV 55.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 166 0 51 0 1 0.69 0.35 341.57 1 0.33
Hex A6 0 33 0 64 45 23 156 64 21
Octal 246 0 63 0 144 105 43 526 144 41
Binary 10100110 0 110011 0 1100100 1000101 100011 101010110 1100100 100001

Color Harmonies of #A60033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60033

Black with #A60033

Text Example


Text Example

White with #A60033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60033; }

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

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

background-color css

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

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

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

border-color css

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

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

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