Html Css Color HEX #A60425 Carmine

📋 copy color: '#A60425'

red 166 ◦ green 4 ◦ blue 37

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

Shades of Carmine #A60425

Tints of Carmine #A60425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 80.19%
G = 1.93%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A60425 (or 0xA60425) is known color: Carmine. HEX triplet: A6, 04 and 25. RGB value is (166,4,37). Sum of RGB (Red+Green+Blue) = 166+4+37=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A60425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60425 is #59FBDA. Grayscale: #383838. Windows color (decimal): -5897179 or 2426022. OLE color: 2426022.

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

Color convert

RGB 166 4 37 -
CMYK 0 0.98 0.78 0.35
HSL 347.78º 0.95% 0.33% -
HSV(B) 347.78º 0.98% 0.65% -
XYZ 16.1 8.33 2.51 -
YUV 56.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 166 4 37 0 0.98 0.78 0.35 347.78 0.95 0.33
Hex A6 4 25 0 62 4E 23 15C 5F 21
Octal 246 4 45 0 142 116 43 534 137 41
Binary 10100110 100 100101 0 1100010 1001110 100011 101011100 1011111 100001

Color Harmonies of #A60425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60425

Black with #A60425

Text Example


Text Example

White with #A60425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60425; }

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

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

background-color css

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

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

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

border-color css

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

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

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