Html Css Color HEX #A60326 Carmine

📋 copy color: '#A60326'

red 166 ◦ green 3 ◦ blue 38

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

Shades of Carmine #A60326

Tints of Carmine #A60326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 80.19%
G = 1.45%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A60326 (or 0xA60326) is known color: Carmine. HEX triplet: A6, 03 and 26. RGB value is (166,3,38). Sum of RGB (Red+Green+Blue) = 166+3+38=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A60326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60326 is #59FCD9. Grayscale: #373737. Windows color (decimal): -5897434 or 2491302. OLE color: 2491302.

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

Color convert

RGB 166 3 38 -
CMYK 0 0.98 0.77 0.35
HSL 347.12º 0.96% 0.33% -
HSV(B) 347.12º 0.98% 0.65% -
XYZ 16.11 8.31 2.59 -
YUV 55.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 166 3 38 0 0.98 0.77 0.35 347.12 0.96 0.33
Hex A6 3 26 0 62 4D 23 15B 60 21
Octal 246 3 46 0 142 115 43 533 140 41
Binary 10100110 11 100110 0 1100010 1001101 100011 101011011 1100000 100001

Color Harmonies of #A60326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60326

Black with #A60326

Text Example


Text Example

White with #A60326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60326; }

 p { color: rgb(166,3,38); }

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

background-color css

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

 a { background-color: rgb(166,3,38); }

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

border-color css

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

 span { border-color: rgb(166,3,38); }

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