Html Css Color HEX #A60435 Carmine

📋 copy color: '#A60435'

red 166 ◦ green 4 ◦ blue 53

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

Shades of Carmine #A60435

Tints of Carmine #A60435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 74.44%
G = 1.79%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A60435 (or 0xA60435) is known color: Carmine. HEX triplet: A6, 04 and 35. RGB value is (166,4,53). Sum of RGB (Red+Green+Blue) = 166+4+53=223 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.44% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 166 - color contains mainly: red. Hex color #A60435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60435 is #59FBCA. Grayscale: #393939. Windows color (decimal): -5897163 or 3474598. OLE color: 3474598.

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

Color convert

RGB 166 4 53 -
CMYK 0 0.98 0.68 0.35
HSL 341.85º 0.95% 0.33% -
HSV(B) 341.85º 0.98% 0.65% -
XYZ 16.41 8.45 4.13 -
YUV 58.02 125.17 205.02 -
System Red Green Blue C M Y K H S L
Decimal 166 4 53 0 0.98 0.68 0.35 341.85 0.95 0.33
Hex A6 4 35 0 62 44 23 156 5F 21
Octal 246 4 65 0 142 104 43 526 137 41
Binary 10100110 100 110101 0 1100010 1000100 100011 101010110 1011111 100001

Color Harmonies of #A60435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60435

Black with #A60435

Text Example


Text Example

White with #A60435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60435; }

 p { color: rgb(166,4,53); }

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

background-color css

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

 a { background-color: rgb(166,4,53); }

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

border-color css

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

 span { border-color: rgb(166,4,53); }

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