Html Css Color HEX #A60418 Carmine

📋 copy color: '#A60418'

red 166 ◦ green 4 ◦ blue 24

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

Shades of Carmine #A60418

Tints of Carmine #A60418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.37%

R = 85.57%
G = 2.06%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A60418 (or 0xA60418) is known color: Carmine. HEX triplet: A6, 04 and 18. RGB value is (166,4,24). Sum of RGB (Red+Green+Blue) = 166+4+24=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A60418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60418 is #59FBE7. Grayscale: #363636. Windows color (decimal): -5897192 or 1574054. OLE color: 1574054.

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

Color convert

RGB 166 4 24 -
CMYK 0 0.98 0.86 0.35
HSL 352.59º 0.95% 0.33% -
HSV(B) 352.59º 0.98% 0.65% -
XYZ 15.93 8.26 1.62 -
YUV 54.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 166 4 24 0 0.98 0.86 0.35 352.59 0.95 0.33
Hex A6 4 18 0 62 56 23 161 5F 21
Octal 246 4 30 0 142 126 43 541 137 41
Binary 10100110 100 11000 0 1100010 1010110 100011 101100001 1011111 100001

Color Harmonies of #A60418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60418

Black with #A60418

Text Example


Text Example

White with #A60418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60418; }

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

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

background-color css

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

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

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

border-color css

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

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

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