Html Css Color HEX #A60D23 Carmine

📋 copy color: '#A60D23'

red 166 ◦ green 13 ◦ blue 35

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

Shades of Carmine #A60D23

Tints of Carmine #A60D23

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.07%

 BLUE value IS 35 (14.06% from 255) = 16.36%

R = 77.57%
G = 6.07%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A60D23 (or 0xA60D23) is known color: Carmine. HEX triplet: A6, 0D and 23. RGB value is (166,13,35). Sum of RGB (Red+Green+Blue) = 166+13+35=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60D23 is #59F2DC. Grayscale: #3D3D3D. Windows color (decimal): -5894877 or 2297254. OLE color: 2297254.

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

Color convert

RGB 166 13 35 -
CMYK 0 0.92 0.79 0.35
HSL 351.37º 0.85% 0.35% -
HSV(B) 351.37º 0.92% 0.65% -
XYZ 16.17 8.52 2.38 -
YUV 61.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 166 13 35 0 0.92 0.79 0.35 351.37 0.85 0.35
Hex A6 D 23 0 5C 4F 23 15F 55 23
Octal 246 15 43 0 134 117 43 537 125 43
Binary 10100110 1101 100011 0 1011100 1001111 100011 101011111 1010101 100011

Color Harmonies of #A60D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60D23

Black with #A60D23

Text Example


Text Example

White with #A60D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60D23; }

 p { color: rgb(166,13,35); }

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

background-color css

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

 a { background-color: rgb(166,13,35); }

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

border-color css

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

 span { border-color: rgb(166,13,35); }

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